Search Results for

    Show / Hide Table of Contents

    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 Source

    PersonalAccountTenantViewModel(PersonalAccountTenant)

    Initialize instance

    Declaration
    public PersonalAccountTenantViewModel(PersonalAccountTenant model)
    Parameters
    Type Name Description
    PersonalAccountTenant model

    Properties

    | Improve this Doc View Source

    AccountNumberSequence

    Gets or sets the model property PersonalAccountNumberSequence as string

    Declaration
    public Guid? AccountNumberSequence { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    GenrateNumberInstantly

    Gets or sets the model property GenrateNumberInstantly as bool

    Declaration
    public bool GenrateNumberInstantly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSelectable

    Gets or sets the model property IsSelectable as bool

    Declaration
    public bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Gets the model instance

    Declaration
    public PersonalAccountTenant Model { get; }
    Property Value
    Type Description
    PersonalAccountTenant
    | Improve this Doc View Source

    NumberEqualsAccountNumber

    Gets or sets the model property UniqueNumberEqualsAccountNumber as bool

    Declaration
    public bool NumberEqualsAccountNumber { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NumberSequence

    Gets or sets the model property AccountNumberSequence as string

    Declaration
    public Guid? NumberSequence { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    SelectedAccountType

    Gets or sets the selected account type

    Declaration
    public PersonalAccountType SelectedAccountType { get; set; }
    Property Value
    Type Description
    PersonalAccountType
    | Improve this Doc View Source

    SelectedTenant

    Gets or sets the selected tenant

    Declaration
    public Tenant SelectedTenant { get; set; }
    Property Value
    Type Description
    Tenant
    | Improve this Doc View Source

    TenantId

    Gets or sets the model property TenantId as Guid

    Declaration
    public Guid? TenantId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    UseManuelNumberGeneration

    Gets or sets the model property UseManuelNumberGeneration as bool

    Declaration
    public bool UseManuelNumberGeneration { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx