Click or drag to resize

UserLoginModel Class

This class is the model for retrieving UserInfoLoginDetail information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsUserLoginModel

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

The UserLoginModel type exposes the following members.

Fields
 NameDescription
Public fieldCode exampleDateTimeServer Gets the DateTime of the Login in the Server Time Zone when the Login was recorded
Public fieldCode exampleDateTimeUser Gets the DateTime of the Login in the User Time Zone when the Login was recorded
Public fieldCode exampleDateTimeUTC Gets the DateTime of the Login in UTC of when the Login was recorded
Public fieldCode exampleEmpIdentifier Gets the Employee Number/Identifier assigned to the record being returned
Public fieldCode exampleFirstName Gets the User first name assigned to the record being returned
Public fieldCode exampleLastName Gets the last name assigned to the record being returned
Public fieldCode exampleMiddleName Gets the middle name assigned to the record being returned
Public fieldCode exampleSource Gets the Source Type that the Login Originated From
Public fieldCode exampleUserID Gets the internal user ID assigned to the record being returned
Public fieldCode exampleUserInfoLoginDetailID Gets the UserInfoLoginDetailID representing the record returned.
Public fieldCode exampleUserIP Gets the IP address of the login record being returned
Public fieldCode exampleUserTimeZone Gets the UserTimeZone value for the record being returned
Public fieldCode exampleUserType Gets the User Type of the Login.
Top
Remarks
This class is the model for retrieving UserInfoLoginDetail information.
Example
See Also