Click or drag to resize

UpdateHolidayListModel Class

This class is the model for Updating HolidayList information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddHolidayListModel
    AppOne.Services.V2.ContractsUpdateHolidayListModel

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

The UpdateHolidayListModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID The internal ID of the HolidayList
Top
Remarks
This class is the model for Adding HolidayList information

Example
For example code see AddHolidayList(AddHolidayListIn)
See Also