Class TransactionCodeDependant
Inheritance
TransactionCodeDependant
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class TransactionCodeDependant : BaseEntity, ITransactionCodeDependant, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ITransactionCodeDependant>
Constructors
TransactionCodeDependant()
Declaration
public TransactionCodeDependant()
Properties
DependantTransactionCodeID
Links to ITransactionCode. The dependant transaction code this transaction code must evaluate first
Declaration
[RequiredNoDefaultIDValidation]
public Guid DependantTransactionCodeID { get; set; }
Property Value
DependantTransactionCodeID_Label
Declaration
public string DependantTransactionCodeID_Label { get; set; }
Property Value
DependantTransactionCodeID_Label_Silent
Declaration
[NotMapped]
public string DependantTransactionCodeID_Label_Silent { get; set; }
Property Value
TransactionCodeID
Links to ITransactionCode. The transaction code that is dependant on the child transaction code
Declaration
[RequiredNoDefaultIDValidation]
public Guid TransactionCodeID { get; set; }
Property Value
TransactionCodeID_Label
Declaration
public string TransactionCodeID_Label { get; set; }
Property Value
TransactionCodeID_Label_Silent
Declaration
[NotMapped]
public string TransactionCodeID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ITransactionCodeDependant)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ITransactionCodeDependant source)
Parameters
Implements
Extension Methods