Click or drag to resize

WSUserSchedule Class

Web service class for working with users schedules
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserSchedule

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSUserSchedule : BaseService

The WSUserSchedule type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddUserSchedule Adds a AddUserScheduleIn payload with a model List<AddUserScheduleModel>
Public methodCode exampleDeleteUserSchedule Deletes a list of user schedules by its IDList and returns a list of DeleteResult status structures
Public methodCode exampleGetUserSchedule Returns a GetUserScheduleOut response with a result model List<GetUserScheduleModel>
Public methodCode exampleUpdateUserSchedule Updates a UpdateUserScheduleIn payload with a model List<UpdateUserScheduleModel>
Top
Remarks
Note  Note
Setup:
Manager > Schedules

Business Rules:
The GetUserScheduleModel contract is the main object for working with a user schedules.
See Also