Search Results for

    Show / Hide Table of Contents

    Class BankAccountViewModel

    Represents a BankAccountViewModel

    Inheritance
    System.Object
    BankAccountViewModel
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class BankAccountViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    BankAccountViewModel(BankAccount)

    Initialize instance

    Declaration
    public BankAccountViewModel(BankAccount model)
    Parameters
    Type Name Description
    BankAccount model

    Properties

    | Improve this Doc View Source

    AccountNumber

    Gets or sets the model property AccountNumber as string

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

    BankId

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

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

    IBANCheckResult

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

    Id

    Gets or sets the model property Id as Guid

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

    Model

    Gets the model instance

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