Class UserAdd
Class UserAdd. Implements the User
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class UserAdd : User, IModelBase, IObservableClass, IBindable
Constructors
View SourceUserAdd()
Initializes a new instance of the UserAdd class.
Declaration
public UserAdd()
Properties
View SourceAccountId
Gets or sets the AccountId property value.
Declaration
public Guid AccountId { get; set; }
Property Value
Type | Description |
---|---|
Guid | The account identifier. |
Password
Gets or sets the Password property value.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password. |
Roles
Gets or sets the Roles property value.
Declaration
public List<Role> Roles { get; set; }
Property Value
Type | Description |
---|---|
List<Role> | The roles. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)