Class PersonalAccountGeneralLedgerGroupViewModel
Represents a PersonalAccountGeneralLedgerGroupViewModel
Inheritance
System.Object
PersonalAccountGeneralLedgerGroupViewModel
Implements
ICustomAddonViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PersonalAccountGeneralLedgerGroupViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourcePersonalAccountGeneralLedgerGroupViewModel(PersonalAccountGeneralLedgerGroup)
Initialize instance
Declaration
public PersonalAccountGeneralLedgerGroupViewModel(PersonalAccountGeneralLedgerGroup model)
Parameters
Type | Name | Description |
---|---|---|
PersonalAccountGeneralLedgerGroup | model |
Properties
| Improve this Doc View SourceAddonViewModel
Gets or sets the addon viewmodel
Declaration
public PersonalAccountGeneralLedgerGroupAddonViewModel AddonViewModel { get; set; }
Property Value
Type | Description |
---|---|
PersonalAccountGeneralLedgerGroupAddonViewModel |
Model
Gets the model instance
Declaration
public PersonalAccountGeneralLedgerGroup Model { get; }
Property Value
Type | Description |
---|---|
PersonalAccountGeneralLedgerGroup |
Name
Gets or sets the model property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the model property Number as int
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGetAddonPrimaryKey()
Get the primary key of the table IT_PersonalAccount_GLA_Addon
Declaration
public object GetAddonPrimaryKey()
Returns
Type | Description |
---|---|
System.Object |
Implements
ICustomAddonViewModel