Class EntitySetChartOfAccount
Inheritance
EntitySetChartOfAccount
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class EntitySetChartOfAccount : BaseEntity, IEntitySetChartOfAccount, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IEntitySetChartOfAccount>
Constructors
EntitySetChartOfAccount()
Declaration
public EntitySetChartOfAccount()
Properties
ChartOfAccountID
Declaration
[RequiredNoDefaultIDValidation]
public Guid ChartOfAccountID { get; set; }
Property Value
ChartOfAccountID_Label
Declaration
public string ChartOfAccountID_Label { get; set; }
Property Value
ChartOfAccountID_Label_Silent
Declaration
[NotMapped]
public string ChartOfAccountID_Label_Silent { get; set; }
Property Value
EntityID
Declaration
public Guid? EntityID { get; set; }
Property Value
EntityID_Label
Declaration
public string EntityID_Label { get; set; }
Property Value
EntityID_Label_Silent
Declaration
[NotMapped]
public string EntityID_Label_Silent { get; set; }
Property Value
EntitySetEntityID
Declaration
public Guid? EntitySetEntityID { get; set; }
Property Value
EntitySetEntityID_Label
Declaration
public string EntitySetEntityID_Label { get; set; }
Property Value
EntitySetEntityID_Label_Silent
Declaration
[NotMapped]
public string EntitySetEntityID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IEntitySetChartOfAccount)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IEntitySetChartOfAccount source)
Parameters
Implements
Extension Methods