Click or drag to resize

GetUserBasicModel Class

This class is the model for retrieving UserBasic information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserBasicModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetUserBasicModel

The GetUserBasicModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleBadge Gets the badge number assigned to a user
Public propertyCode exampleEmpIdentifier Gets the Employee Number/Identifier assigned to a user
Public propertyCode exampleFirstName Gets the User first name assigned to a user
Public propertyCode exampleLastName Gets the last name assigned to a user
Public propertyCode exampleStatus Gets the status assigned to a user
Public propertyCode exampleTimeZoneDisplayName Gets the time zone display assigned to a user
Public propertyCode exampleTimeZoneIsDST Gets a true value if the users time zone is considered to be in daylight savings time (DST).
Public propertyCode exampleTimeZoneKey Gets the TimeZoneKey assigned to a user
Public propertyCode exampleTimeZoneUTCOffset Gets the UTC hour offset from the users assigned time zone
Public propertyCode exampleTitle Gets the title assigned to a user
Top
Remarks
This class is the model for retrieving UserBasic information.

Note  Note
This model is a light-weight user view. For detailed user information see the GetUserDetail(GetUserDetailIn) call.

Example
For example code see GetUserBasic(GetUserBasicIn)
See Also