Class PeriodEndTransformationItemOffset
Inheritance
PeriodEndTransformationItemOffset
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
[DataContract]
public class PeriodEndTransformationItemOffset : BaseEntity, IPeriodEndTransformationItemOffset, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IPeriodEndTransformationItemOffset>
Constructors
Declaration
public PeriodEndTransformationItemOffset()
Properties
Declaration
[Required]
public decimal Modifier { 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
Declaration
[RequiredNoDefaultIDValidation]
public Guid PeriodEndTransformationItemID { get; set; }
Property Value
Declaration
[RequiredNoDefaultIDValidation]
public Guid ToGLAccountID { get; set; }
Property Value
Declaration
public string ToGLAccountID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ToGLAccountID_Label_Silent { get; set; }
Property Value
Declaration
public Guid? ToSubAccountID { get; set; }
Property Value
Declaration
public string ToSubAccountID_Label { get; set; }
Property Value
Declaration
[NotMapped]
public string ToSubAccountID_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(IPeriodEndTransformationItemOffset source)
Parameters
Implements
Extension Methods