Class User
Class User. Implements the ModelBase
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class User : ModelBase, IModelBase, IObservableClass, IBindable
Properties
View SourceId
Gets or sets the Id property value.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
IsUnlocked
Gets or sets the IsUnlocked property value.
Declaration
public bool IsUnlocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UserName
Gets or sets the UserName property value.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the user. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)