Class HolidayCalendar
Inheritance
HolidayCalendar
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class HolidayCalendar : BaseEntity, IHolidayCalendar, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IHolidayCalendar>
Constructors
HolidayCalendar()
Declaration
Properties
Description
A user friendly description of this holiday - optional
Declaration
[StringLength(2000)]
public string Description { get; set; }
Property Value
DomicileID
[Key] Links to IDomicile. The domicile this holiday belongs to.
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
HolidayDate
Declaration
public DateTimeOffset HolidayDate { get; set; }
Property Value
Name
The user friendly name of this holiday - optional
Declaration
[StringLength(500)]
public string Name { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IHolidayCalendar)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IHolidayCalendar source)
Parameters
Type |
Name |
Description |
IHolidayCalendar |
source |
The source object to copy all values from.
|
Implements
Extension Methods