Click or drag to resize

WSUserScheduleDetail Class

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

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

The WSUserScheduleDetail type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddUserScheduleDetail Adds a AddUserScheduleDetailIn payload with a model List<AddUserScheduleDetailModel>
Public methodCode exampleDeleteUserScheduleDetail Deletes a list of user schedules by its IDList and returns a list of DeleteResult status structures
Public methodCode exampleUpdateUserScheduleDetail Updates a UpdateUserScheduleDetailIn payload with a model List<UpdateUserScheduleDetailModel>
Top
Remarks
Note  Note
Setup:
Manager > Schedules

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