Class RegistrationData
Class RegistrationData. Implements the ModelBase
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class RegistrationData : ModelBase, IModelBase, IObservableClass, IBindable
Properties
View SourceApplicationId
Gets or sets the ApplicationId property value.
Declaration
public int ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The application identifier. |
CountryCode
Country code (ISO2)
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the Email property value.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String | The email. |
LicenseName
Gets or sets the LicenseName property value.
Declaration
public string LicenseName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the license. |
Modules
Gets or sets the Modules property value.
Declaration
public List<Module> Modules { get; set; }
Property Value
Type | Description |
---|---|
List<Module> | The modules. |
Password
Gets or sets the Password property value.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password. |
RelationId
Gets or sets the RelationId 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>)