Click or drag to resize

GetHolidayListModel Class

This class is the model for Viewing HolidayList information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetHolidayListModel

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

The GetHolidayListModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID The internal ID of the HolidayList
Public propertyCode exampleIsInactive Is the HolidayList currently active
Public propertyCode exampleName The Name given to the HolidayList
Top
Remarks
This class is the model for Viewing HolidayList information

Example
For example code see GetHolidayList(GetHolidayListIn)
See Also