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 SourceBankViewModel(Bank)
Initialize instance
Declaration
public BankViewModel(Bank model)
Parameters
Type | Name | Description |
---|---|---|
Bank | model |
Properties
| Improve this Doc View SourceBankCode
Gets or sets the model property BankCode as string
Declaration
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BIC
Gets or sets the model property BIC as string
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelectable
Gets or sets the model property IsSelectable as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the model instance
Declaration
public Bank Model { get; }
Property Value
Type | Description |
---|---|
Bank |
Name
Gets or sets the model property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |