Class PeriodEndTransactionLink
Inheritance
PeriodEndTransactionLink
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class PeriodEndTransactionLink : BaseEntity, IPeriodEndTransactionLink, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IPeriodEndTransactionLink>
Constructors
PeriodEndTransactionLink()
Declaration
public PeriodEndTransactionLink()
Properties
CapitalAccountDataItemID
[Key] Links to IPeriodEnd. The parent period end this is a part of
Declaration
[RequiredNoDefaultIDValidation]
public Guid CapitalAccountDataItemID { get; set; }
Property Value
GLPostingID
Links to IGLPosting. The source GL posting for the capital account data item
Declaration
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
PeriodEndID
[Key] Links to IPeriodEnd. The parent period end this is a part of
Declaration
[RequiredNoDefaultIDValidation]
public Guid PeriodEndID { get; set; }
Property Value
PeriodEndID_Label
Declaration
public string PeriodEndID_Label { get; set; }
Property Value
PeriodEndID_Label_Silent
Declaration
[NotMapped]
public string PeriodEndID_Label_Silent { get; set; }
Property Value
TransactionID
Links to ITransaction. The source transaction for the capital account data item
Declaration
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(IPeriodEndTransactionLink)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IPeriodEndTransactionLink source)
Parameters
Implements
Extension Methods