Click or drag to resize

WSUserTimeNonWorkShift Class

Web service class for working with a users non-work shift data
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserTimeNonWorkShift

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

The WSUserTimeNonWorkShift type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddUserTimeNonWorkShift Returns a AddUserTimeNonWorkShiftOut response with a result model List<AddResult>
Top
Remarks
This class contains all the necessary methods/operations for working with a users non-work shift data

Note  Note
Business Rules:
Adding punches and non-work punches is the core of the time-web system. The WSUserTimeNonWorkShift class encapsulate the needed methods/operations to interact with a users non-work shift data.

Setup:
Manager > Time Cards

See Also