Search Results for

    Show / Hide Table of Contents

    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 Source

    PersonalAccountGeneralLedgerGroupViewModel(PersonalAccountGeneralLedgerGroup)

    Initialize instance

    Declaration
    public PersonalAccountGeneralLedgerGroupViewModel(PersonalAccountGeneralLedgerGroup model)
    Parameters
    Type Name Description
    PersonalAccountGeneralLedgerGroup model

    Properties

    | Improve this Doc View Source

    AddonViewModel

    Gets or sets the addon viewmodel

    Declaration
    public PersonalAccountGeneralLedgerGroupAddonViewModel AddonViewModel { get; set; }
    Property Value
    Type Description
    PersonalAccountGeneralLedgerGroupAddonViewModel
    | Improve this Doc View Source

    Model

    Gets the model instance

    Declaration
    public PersonalAccountGeneralLedgerGroup Model { get; }
    Property Value
    Type Description
    PersonalAccountGeneralLedgerGroup
    | 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

    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 Source

    GetAddonPrimaryKey()

    Get the primary key of the table IT_PersonalAccount_GLA_Addon

    Declaration
    public object GetAddonPrimaryKey()
    Returns
    Type Description
    System.Object

    Implements

    ICustomAddonViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx