Class TransactionPathSplit
Inheritance
TransactionPathSplit
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class TransactionPathSplit : BaseEntity, ITransactionPathSplit, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ITransactionPathSplit>
Constructors
TransactionPathSplit()
Declaration
public TransactionPathSplit()
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
PathSplitId
Declaration
public Guid? PathSplitId { get; set; }
Property Value
TransactionID
Declaration
[RequiredNoDefaultIDValidation]
public Guid TransactionID { get; set; }
Property Value
TransactionID_Label
Declaration
public string TransactionID_Label { get; set; }
Property Value
TransactionID_Label_Silent
Declaration
[NotMapped]
public string TransactionID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ITransactionPathSplit)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ITransactionPathSplit source)
Parameters
Implements
Extension Methods