Class ObjectEntityRate
Inheritance
ObjectEntityRate
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class ObjectEntityRate : BaseEntity, IObjectEntityRate, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IObjectEntityRate>
Constructors
ObjectEntityRate()
Declaration
public ObjectEntityRate()
Properties
ObjectEntityID
[Key] Links to IObjectEntity. The parent entity this rate is used by
Declaration
public Guid ObjectEntityID { get; set; }
Property Value
ObjectEntityID_Label
Declaration
public string ObjectEntityID_Label { get; set; }
Property Value
ObjectEntityID_Label_Silent
Declaration
[NotMapped]
public string ObjectEntityID_Label_Silent { get; set; }
Property Value
RateTypeID
Declaration
public Guid RateTypeID { get; set; }
Property Value
RateTypeID_Label
Declaration
public string RateTypeID_Label { get; set; }
Property Value
RateTypeID_Label_Silent
Declaration
[NotMapped]
public string RateTypeID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IObjectEntityRate)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IObjectEntityRate source)
Parameters
Type |
Name |
Description |
IObjectEntityRate |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods