Click or drag to resize

UserInfoGetPolicyDurationModel Class

Represents the basic model to get a list of employees meal/break duration's.
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsUserInfoGetPolicyDurationModel

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UserInfoGetPolicyDurationModel

The UserInfoGetPolicyDurationModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleBreaks Gets all durations that belong to a payroll policy break collection
Public propertyCode exampleEmpIdentifier Gets the Employee Number/Identifier for a user
Public propertyCode exampleMeals Gets all durations that belong to a payroll policy meal collection
Public propertyCode examplePayrollPolicyID Gets the payroll policy ID that the particular DetailID belongs to
Top
Remarks
Represents the basic model to get a list of employees meal/break duration's.

See Also