Class AllocationPathSplitDynamicUpdate
Inheritance
AllocationPathSplitDynamicUpdate
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class AllocationPathSplitDynamicUpdate : BaseEntity, IAllocationPathSplitDynamicUpdate, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IAllocationPathSplitDynamicUpdate>
Constructors
AllocationPathSplitDynamicUpdate()
Declaration
public AllocationPathSplitDynamicUpdate()
Properties
AllocationPathID
Declaration
[RequiredNoDefaultIDValidation]
public Guid AllocationPathID { get; set; }
Property Value
AllocationPathID_Label
Declaration
public string AllocationPathID_Label { get; set; }
Property Value
AllocationPathID_Label_Silent
Declaration
[NotMapped]
public string AllocationPathID_Label_Silent { get; set; }
Property Value
DynamicLastUpdatedDate
Holds the last date the path for a path split was updated effective from
Declaration
public DateTimeOffset DynamicLastUpdatedDate { get; set; }
Property Value
PathSplitId
Path Split Id used with the Allocation Path
Declaration
public Guid PathSplitId { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IAllocationPathSplitDynamicUpdate)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IAllocationPathSplitDynamicUpdate source)
Parameters
Implements
Extension Methods