Search Results for

    Show / Hide Table of Contents

    Class PersonalAccountTenant

    Represents a PersonalAccountTenant

    Inheritance
    System.Object
    PersonalAccountTenant
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PersonalAccountTenant

    Constructors

    | Improve this Doc View Source

    PersonalAccountTenant()

    Initialize instance

    Declaration
    public PersonalAccountTenant()

    Properties

    | Improve this Doc View Source

    AccountNumberSequence

    Gets or sets the property PersonalAccountNumberSequence as string

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

    AccountType

    Gets or sets the account type

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

    AccountTypeId

    Gets or sets the property AccountType as Guid

    Declaration
    public Guid AccountTypeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    GenrateNumberInstantly

    Gets or sets the property GenrateNumberInstantly as bool

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

    Id

    Gets or set the unique id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsSelectable

    Gets or sets the property IsSelectable as bool

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

    NumberEqualsAccountNumber

    Gets or sets the 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 property AccountNumberSequence as string

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

    Tenant

    Gets or sets the tenant instance

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

    TenantId

    Gets or sets the property TenantId as Guid

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

    UseManuelNumberGeneration

    Gets or sets the 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