Class PeriodEndTransformationItem
Inheritance
PeriodEndTransformationItem
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
[DataContract]
public class PeriodEndTransformationItem : BaseEntity, IPeriodEndTransformationItem, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IPeriodEndTransformationItem>
Constructors
Declaration
public PeriodEndTransformationItem()
Properties
Declaration
[RequiredNoDefaultIDValidation]
public Guid ForLedgerID { get; set; }
Property Value
Declaration
public string ForLedgerID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ForLedgerID_Label_Silent { get; set; }
Property Value
Declaration
public Guid? FromGLAccountID { get; set; }
Property Value
Declaration
public string FromGLAccountID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string FromGLAccountID_Label_Silent { get; set; }
Property Value
Declaration
[EnumDataType(typeof(GLAccountType))]
public GLAccountType? FromGLAccountType { get; set; }
Property Value
Declaration
[NotMapped]
public string FromGLAccountType_Tooltip { get; set; }
Property Value
Declaration
public Guid? FromSubAccountID { get; set; }
Property Value
Declaration
public string FromSubAccountID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string FromSubAccountID_Label_Silent { get; set; }
Property Value
Declaration
[RequiredNoDefaultIDValidation]
public Guid PeriodEndTransformationID { get; set; }
Property Value
Declaration
public string PeriodEndTransformationID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string PeriodEndTransformationID_Label_Silent { get; set; }
Property Value
Methods
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IPeriodEndTransformationItem source)
Parameters
Implements
Extension Methods