Class GLAccountName
Inheritance
GLAccountName
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class GLAccountName : BaseEntity, IGLAccountName, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IGLAccountName>
Constructors
GLAccountName()
Declaration
Properties
GLAccountID
[Key] Links to IGLAccount. The gl account that is being given a category for use in
reporting/consolidation
Declaration
public Guid? GLAccountID { get; set; }
Property Value
GLAccountID_Label
Declaration
public string GLAccountID_Label { get; set; }
Property Value
GLAccountID_Label_Silent
Declaration
[NotMapped]
public string GLAccountID_Label_Silent { get; set; }
Property Value
GLClassificationID
[Key] Links to IGLClassification. The classification this gl account is being classified with
Declaration
[RequiredNoDefaultIDValidation]
public Guid GLClassificationID { get; set; }
Property Value
GLClassificationID_Label
Declaration
public string GLClassificationID_Label { get; set; }
Property Value
GLClassificationID_Label_Silent
Declaration
[NotMapped]
public string GLClassificationID_Label_Silent { get; set; }
Property Value
GLClassificationNameID
Declaration
[RequiredNoDefaultIDValidation]
public Guid GLClassificationNameID { get; set; }
Property Value
GLClassificationNameID_Label
Declaration
public string GLClassificationNameID_Label { get; set; }
Property Value
GLClassificationNameID_Label_Silent
Declaration
[NotMapped]
public string GLClassificationNameID_Label_Silent { get; set; }
Property Value
TransactionTypeValueID
[Key] Links to IGLAccount. The gl account that is being given a category for use in
reporting/consolidation
Declaration
public Guid? TransactionTypeValueID { get; set; }
Property Value
TransactionTypeValueID_Label
Declaration
public string TransactionTypeValueID_Label { get; set; }
Property Value
TransactionTypeValueID_Label_Silent
Declaration
[NotMapped]
public string TransactionTypeValueID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IGLAccountName)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IGLAccountName source)
Parameters
Type |
Name |
Description |
IGLAccountName |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods