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 SourceArticleGeneralLedgerAccountGroup()
Initialize new group
Declaration
public ArticleGeneralLedgerAccountGroup()
Properties
| Improve this Doc View SourceId
Gets or sets the unique name
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the unique name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the unique number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectedTenant
Gets or sets the selected tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TenantId
Gets or sets the current tenant id
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
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> |