Search Results for

    Show / Hide Table of Contents

    Class ArticleGeneralLedgerAccountGroup

    Article general ledger account group

    Inheritance
    System.Object
    ArticleGeneralLedgerAccountGroup
    Namespace: Simplic.ERP.Core.GLA
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class ArticleGeneralLedgerAccountGroup : IMultiTenantCompatible

    Constructors

    | Improve this Doc View Source

    ArticleGeneralLedgerAccountGroup()

    Initialize new group

    Declaration
    public ArticleGeneralLedgerAccountGroup()

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the unique name

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the unique name

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

    Number

    Gets or sets the unique number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SelectedTenant

    Gets or sets the selected tenant

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

    TenantId

    Gets or sets the current tenant id

    Declaration
    public Guid? TenantId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Tenants

    Gets or sets a list of available tenants

    Declaration
    public ObservableCollection<OrganizationTenant> Tenants { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationTenant>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx