Class PersonalAccountTenantViewModel
Represents a PersonalAccountTenantViewModel
Inheritance
System.Object
PersonalAccountTenantViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PersonalAccountTenantViewModel : ViewModelBase
Constructors
| Improve this Doc View SourcePersonalAccountTenantViewModel(PersonalAccountTenant)
Initialize instance
Declaration
public PersonalAccountTenantViewModel(PersonalAccountTenant model)
Parameters
Type | Name | Description |
---|---|---|
PersonalAccountTenant | model |
Properties
| Improve this Doc View SourceAccountNumberSequence
Gets or sets the model property PersonalAccountNumberSequence as string
Declaration
public Guid? AccountNumberSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
AccountTypes
Gets or sets a list of available account types
Declaration
public IList<PersonalAccountType> AccountTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PersonalAccountType> |
GenrateNumberInstantly
Gets or sets the model property GenrateNumberInstantly as bool
Declaration
public bool GenrateNumberInstantly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSelectable
Gets or sets the model property IsSelectable as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the model instance
Declaration
public PersonalAccountTenant Model { get; }
Property Value
Type | Description |
---|---|
PersonalAccountTenant |
NumberEqualsAccountNumber
Gets or sets the model property UniqueNumberEqualsAccountNumber as bool
Declaration
public bool NumberEqualsAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberSequence
Gets or sets the model property AccountNumberSequence as string
Declaration
public Guid? NumberSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SelectedAccountType
Gets or sets the selected account type
Declaration
public PersonalAccountType SelectedAccountType { get; set; }
Property Value
Type | Description |
---|---|
PersonalAccountType |
SelectedTenant
Gets or sets the selected tenant
Declaration
public Tenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
Tenant |
TenantId
Gets or sets the model property TenantId as Guid
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Tenants
Gets or sets the list of available tenants
Declaration
public IList<Tenant> Tenants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Tenant> |
UseManuelNumberGeneration
Gets or sets the model property UseManuelNumberGeneration as bool
Declaration
public bool UseManuelNumberGeneration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |