Search Results for

    Show / Hide Table of Contents

    Class TenantBankDetail

    Connetction between bankdetail and tenant

    Inheritance
    System.Object
    TenantBankDetail
    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.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class TenantBankDetail

    Constructors

    | Improve this Doc View Source

    TenantBankDetail()

    Constructor

    Declaration
    public TenantBankDetail()

    Properties

    | Improve this Doc View Source

    BIC

    Gets/sets the bank ident

    Declaration
    public string BIC { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GLAId

    Gets/sets the assigned proper account

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

    Guid

    Gets/sets the unique id

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

    IBAN

    Gets/sets the account ident

    Declaration
    public string IBAN { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsTenantBank

    Gets/sets the flag if this is a tenant bank

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

    TenantId

    Gets/sets the assigned tenant

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