Search Results for

    Show / Hide Table of Contents

    Class BankAccount

    Represents a BankAccount

    Inheritance
    System.Object
    BankAccount
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class BankAccount : IContactAssignable

    Constructors

    | Improve this Doc View Source

    BankAccount()

    Initialize instance

    Declaration
    public BankAccount()

    Properties

    | Improve this Doc View Source

    AccountNumber

    Gets or sets the property AccountNumber as string

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

    Bank

    Gets or sets the currently used bank

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

    BankId

    Gets or sets the property BankId as Guid

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

    ContactId

    Gets or sets the property ContactId as int

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

    IBAN

    Gets or sets the property IBAN as string

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

    Id

    Gets or sets the property Id as Guid

    Declaration
    public Guid Id { 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