Click or drag to resize

TimeOffUserModelBase Class

TimeOffUserModelBase class has the user related properties that will be included as part of the outbound objects of the time off methods.
Inheritance Hierarchy

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

The TimeOffUserModelBase type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEmpIdentifier Gets or sets Employee Number/Identifier for a user
Public propertyCode exampleFirstName Gets or sets the User First Name for a user
Public propertyCode exampleLastName Gets or sets Last Name for a user
Public propertyCode exampleUserID Gets or sets the User ID
Top
See Also