Class GLPostingPathSplit
Inheritance
GLPostingPathSplit
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class GLPostingPathSplit : BaseEntity, IGLPostingPathSplit, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IGLPostingPathSplit>
Constructors
GLPostingPathSplit()
Declaration
public GLPostingPathSplit()
Properties
AllocationPathID
[Key] Links to IAllocationPath. The parent allocation path this belongs to
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
GLPostingID
[Key] Links to IGLPosting. Gl posting used to create path splits
Declaration
[RequiredNoDefaultIDValidation]
public Guid GLPostingID { get; set; }
Property Value
GLPostingID_Label
Declaration
public string GLPostingID_Label { get; set; }
Property Value
GLPostingID_Label_Silent
Declaration
[NotMapped]
public string GLPostingID_Label_Silent { get; set; }
Property Value
PathSplitId
Declaration
public Guid? PathSplitId { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IGLPostingPathSplit)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IGLPostingPathSplit source)
Parameters
Implements
Extension Methods