Class EntityTransactionCode
Inheritance
EntityTransactionCode
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class EntityTransactionCode : BaseEntity, IEntityTransactionCode, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IEntityTransactionCode>
Constructors
EntityTransactionCode()
Declaration
public EntityTransactionCode()
Properties
EntityID
Declaration
public Guid? EntityID { get; set; }
Property Value
EntityID_Label
Declaration
public string EntityID_Label { get; set; }
Property Value
EntityID_Label_Silent
Declaration
[NotMapped]
public string EntityID_Label_Silent { get; set; }
Property Value
EntitySetEntityID
Declaration
public Guid? EntitySetEntityID { get; set; }
Property Value
EntitySetEntityID_Label
Declaration
public string EntitySetEntityID_Label { get; set; }
Property Value
EntitySetEntityID_Label_Silent
Declaration
[NotMapped]
public string EntitySetEntityID_Label_Silent { get; set; }
Property Value
TransactionCodeGroupingID
Declaration
[RequiredNoDefaultIDValidation]
public Guid TransactionCodeGroupingID { get; set; }
Property Value
TransactionCodeGroupingID_Label
Declaration
public string TransactionCodeGroupingID_Label { get; set; }
Property Value
TransactionCodeGroupingID_Label_Silent
Declaration
[NotMapped]
public string TransactionCodeGroupingID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IEntityTransactionCode)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IEntityTransactionCode source)
Parameters
Implements
Extension Methods