Click or drag to resize

WSTime Class

Web service class for working with a users time entry
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSTime

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

The WSTime type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetTimePunchState Returns a GetTimePunchStateOut response with a result model List<GetTimePunchStateModel>
Public methodCode exampleUpdateUserTimePunch Updates a Punch that already exists in the system and returns a UpdateUserTimePunchOut response with a result model List<UpdateUserTimePunchResult>
Top
Remarks
This class contains all the necessary methods/operations for working with a specific users time entry

Note  Note
Business Rules:
Punching in and out is the core of the time-web system. The WSTime class encapsulate the needed methods/operations to interact with a users time entry. Users can be assigned to different preferences and policies. These policies are what will affect the results of a users time entry into the system.

Setup:
Employee > Dashboard
Manager > Time Cards

See Also