Class Account
Class Account. Implements the ModelBase
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Account : ModelBase, IModelBase, IObservableClass, IBindable
Constructors
View SourceAccount()
Initializes a new instance of the Account class.
Declaration
public Account()
Properties
View SourceAccountId
Gets or sets the Account_Id property value.
Declaration
public Guid AccountId { get; set; }
Property Value
Type | Description |
---|---|
Guid | The account identifier. |
CountryCode
Gets or sets the CountryCode property value.
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the Description property value.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
ExpirationDate
Gets or sets the ExpirationDate property value.
Declaration
public DateTimeOffset ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The expiration date. |
IsActive
Gets or sets the IsActive property value.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Modules
Gets or sets the Modules property value.
Declaration
public List<Module> Modules { get; set; }
Property Value
Type | Description |
---|---|
List<Module> | The modules. |
RegistrationDate
Gets or sets the RegistrationDate property value.
Declaration
public DateTimeOffset RegistrationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The registration date. |
RelationId
Gets or sets the CustomerId property value.
Declaration
public Guid RelationId { get; set; }
Property Value
Type | Description |
---|---|
Guid | The relation identifier. |
TimeZoneId
Gets or sets the TimeZoneId property value.
Declaration
public string TimeZoneId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The time zone identifier. |
UsersAllowed
Gets or sets the UsersAllowed property value.
Declaration
public int UsersAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The users allowed. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)