Class EntityLedger
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class EntityLedger : BaseEntity, IEntityLedger, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IEntityLedger>
Constructors
EntityLedger()
Declaration
Properties
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
IsDefaultLedger
Declaration
public bool IsDefaultLedger { get; set; }
Property Value
LedgerID
Declaration
[RequiredNoDefaultIDValidation]
public Guid LedgerID { get; set; }
Property Value
LedgerID_Label
Declaration
public string LedgerID_Label { get; set; }
Property Value
LedgerID_Label_Silent
Declaration
[NotMapped]
public string LedgerID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IEntityLedger)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IEntityLedger source)
Parameters
Type |
Name |
Description |
IEntityLedger |
source |
The source object to copy all values from.
|
Implements
Extension Methods