Class GeneralLedgerAccountExtension
Extens the general ledger account class
Inheritance
System.Object
GeneralLedgerAccountExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core.GLA
Assembly: Simplic.ERP.Core.dll
Syntax
public static class GeneralLedgerAccountExtension
Methods
| Improve this Doc View SourceExportGrossValues(GeneralLedgerAccount)
Checks whether to export gross values (automatic and gross export)
Declaration
public static bool ExportGrossValues(this GeneralLedgerAccount generalLedgerAccount)
Parameters
Type | Name | Description |
---|---|---|
GeneralLedgerAccount | generalLedgerAccount | General ledger account instance |
Returns
Type | Description |
---|---|
System.Boolean | True if gross-values should be exported, else false |
IsAutomatic(GeneralLedgerAccount)
Checks whether the general ledger accoun tis an automatic account
Declaration
public static bool IsAutomatic(this GeneralLedgerAccount generalLedgerAccount)
Parameters
Type | Name | Description |
---|---|---|
GeneralLedgerAccount | generalLedgerAccount | General ledger account instance |
Returns
Type | Description |
---|---|
System.Boolean | True if is automatic, else false |