Class PeriodEndTransformation
Inheritance
PeriodEndTransformation
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
[DataContract]
public class PeriodEndTransformation : BaseEntityWithPermissions, IPeriodEndTransformation, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IPeriodEndTransformation>
Constructors
Declaration
public PeriodEndTransformation()
Properties
A user friendly description of this period end transformation
Declaration
[StringLength(2000)]
public string Description { get; set; }
Property Value
[Key] The unique user friendly name of this period end transformation
Declaration
[Unique]
[Required]
[StringLength(500)]
public string Name { get; set; }
Property Value
Indicates which gl postings should be allocated dynamically during a period end - all, or only those specified in transformation
Declaration
[EnumDataType(typeof(PeriodEndTransformationsType))]
public PeriodEndTransformationsType Type { get; set; }
Property Value
Declaration
[NotMapped]
public string Type_Tooltip { get; set; }
Property Value
Indicates which gl postings should be allocated dynamically from an underlying fund during a period end - all, or only those specified in transformation
Declaration
[EnumDataType(typeof(PeriodEndTransformationsType))]
public PeriodEndTransformationsType UnderlyingLookThroughType { get; set; }
Property Value
Declaration
[NotMapped]
public string UnderlyingLookThroughType_Tooltip { 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(IPeriodEndTransformation source)
Parameters
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods