Search Results for

    Show / Hide Table of Contents

    Class BankViewModel

    Represents a BankViewModel

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

    Constructors

    | Improve this Doc View Source

    BankViewModel(Bank)

    Initialize instance

    Declaration
    public BankViewModel(Bank model)
    Parameters
    Type Name Description
    Bank model

    Properties

    | Improve this Doc View Source

    BankCode

    Gets or sets the model property BankCode as string

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

    BIC

    Gets or sets the model property BIC as string

    Declaration
    public string BIC { 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

    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 Bank Model { get; }
    Property Value
    Type Description
    Bank
    | Improve this Doc View Source

    Name

    Gets or sets the model property Name as string

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