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 SourceBankAccountViewModel(BankAccount)
Initialize instance
Declaration
public BankAccountViewModel(BankAccount model)
Parameters
Type | Name | Description |
---|---|---|
BankAccount | model |
Properties
| Improve this Doc View SourceAccountNumber
Gets or sets the model property AccountNumber as string
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankId
Gets or sets the model property BankId as Guid
Declaration
public Guid BankId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContactId
Gets or sets the model property ContactId as int
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
IBAN
Gets or sets the model property IBAN as string
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IBANCheckResult
Declaration
public string IBANCheckResult { 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 |
Model
Gets the model instance
Declaration
public BankAccount Model { get; }
Property Value
Type | Description |
---|---|
BankAccount |