Class AccountFull
Class AccountFull. Implements the Account
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class AccountFull : Account, IModelBase, IObservableClass, IBindable
Properties
View SourceUsers
Gets or sets the Users property value.
Declaration
public List<UserFull> Users { get; set; }
Property Value
Type | Description |
---|---|
List<UserFull> | The users. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)