Class StepChangeMovement
Inheritance
StepChangeMovement
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class StepChangeMovement : BaseEntity, IStepChangeMovement, ITransactionalEntity, ICanBeLocked, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IStepChangeMovement>
Constructors
StepChangeMovement()
Declaration
public StepChangeMovement()
Properties
AllocationRuleID
[Key] Links to IAllocationRule. The Rule that will be modified with the appropriate step change movements
Declaration
[RequiredNoDefaultIDValidation]
public Guid AllocationRuleID { get; set; }
Property Value
AllocationRuleID_Label
Declaration
public string AllocationRuleID_Label { get; set; }
Property Value
AllocationRuleID_Label_Silent
Declaration
[NotMapped]
public string AllocationRuleID_Label_Silent { get; set; }
Property Value
CancelledID
Holds the original transactional entity record this record is cancelling.
Declaration
public Guid? CancelledID { get; set; }
Property Value
CorrectedByID
Holds the new transactional entity record this record is corrected by, if any.
Declaration
public Guid? CorrectedByID { get; set; }
Property Value
EntityID
[Key] Links to IObjectEntity. The Entity that will have a movement attributed to them in this StepChange
Declaration
[RequiredNoDefaultIDValidation]
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
IsRoundingEntity
If there is more than one Entity this specifies which one should receive all the rounding amounts.
Only one step change entity can be marked as the rounding entity.
Declaration
[Required]
public bool IsRoundingEntity { get; set; }
Property Value
Locked
Indicates the current record is locked and can not be modified until it is unlocked.
Declaration
[Required]
public bool Locked { get; set; }
Property Value
Status
Indicates the current status of this transactional object.
By default GL entries aren't processed until an entity has a status >=
Committed.
Finalazied transactions can only be modified through cancel/correct logic
Declaration
[EnumDataType(typeof(TransactionStatus))]
public TransactionStatus Status { get; set; }
Property Value
Declaration
[NotMapped]
public string Status_Tooltip { get; set; }
Property Value
StepChangeID
[Key] Links to IStepChange. The parent step change these targets are a member of
Declaration
[RequiredNoDefaultIDValidation]
public Guid StepChangeID { get; set; }
Property Value
StepChangeID_Label
Declaration
public string StepChangeID_Label { get; set; }
Property Value
StepChangeID_Label_Silent
Declaration
[NotMapped]
public string StepChangeID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IStepChangeMovement)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IStepChangeMovement source)
Parameters
Implements
Extension Methods