Class LoanInfoHoliday
Inheritance
LoanInfoHoliday
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class LoanInfoHoliday : BaseEntity, ILoanInfoHoliday, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ILoanInfoHoliday>
Constructors
LoanInfoHoliday()
Declaration
Properties
DomicileID
The domicile for the calendar to use
Declaration
public Guid DomicileID { get; set; }
Property Value
DomicileID_Label
Declaration
public string DomicileID_Label { get; set; }
Property Value
DomicileID_Label_Silent
Declaration
[NotMapped]
public string DomicileID_Label_Silent { get; set; }
Property Value
HolidayTypeID
[Key] Links to IHolidayType. The holiday type this holiday belongs to.
Declaration
public Guid HolidayTypeID { get; set; }
Property Value
HolidayTypeID_Label
Declaration
public string HolidayTypeID_Label { get; set; }
Property Value
HolidayTypeID_Label_Silent
Declaration
[NotMapped]
public string HolidayTypeID_Label_Silent { get; set; }
Property Value
LoanInfoID
The loan info for this holiday
Declaration
public Guid LoanInfoID { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ILoanInfoHoliday)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ILoanInfoHoliday source)
Parameters
Type |
Name |
Description |
ILoanInfoHoliday |
source |
The source object to copy all values from.
|
Implements
Extension Methods