Click or drag to resize

HolidayListDetailModel Class

This class is the model for HolidayListDetail Records.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsHolidayListDetailModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class HolidayListDetailModel

The HolidayListDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleHolidayDate The DateTime of the HolidayListDetail item
Public propertyCode exampleID The internal identifier representing an individual HolidayListDetail record.
Public propertyCode exampleIncludeWeekend If the holiday occurs or spans over a weekend should the holiday be applied on Saturday or Sunday.
Public propertyCode exampleIsCompanyWorked Is the Holiday a Company Worked Holiday Item (At this time this setting does not do anything meaningful)
Public propertyCode exampleName The Name of the Holiday
Public propertyCode exampleNumberOfDays The number of days the given holiday lasts.
Public propertyCode exampleParentID The ID of the HolidayList that the HolidayListDetail belongs to.
Top
Remarks
This class is the model for HolidayListDetail Records.

Example
See WSHolidayListDetail for example
See Also