Click or drag to resize

DeleteHolidayListModel Class

This class is the model for Deleting HolidayList information
Inheritance Hierarchy
System.Object
  AppOne.Services.V2.Contracts.DeleteHolidayListModel

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

The DeleteHolidayListModel 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 Deleting HolidayList information

Example
For example code see DeleteHolidayList(DeleteHolidayListIn)
See Also