Click or drag to resize

UpdateUserScheduleModel Class

A model used to update user schedules
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserScheduleModel
    AppOne.Services.V2.ContractsUpdateUserScheduleModel

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

The UpdateUserScheduleModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID The ID of the current schedule model
* Required Property
Top
Remarks
A model used to update user schedules.

Note  Note
The UpdateUserScheduleModel inherits most of its members from the AddUserScheduleModel model.
Example
See Also