Class UserEdit
Class UserEdit. Implements the User
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class UserEdit : User, IModelBase, IObservableClass, IBindable
Properties
View SourceIsConfirmed
Gets or sets the IsConfirmed property value.
Declaration
public bool IsConfirmed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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>)