Click or drag to resize

GetUserBasicIn Structure

A structure used to get a list of GetUserBasicModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetUserBasicIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct GetUserBasicIn : IServiceIn

The GetUserBasicIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Public propertyCode exampleDataAction A simple query abstraction layer used to provide a mechanism by which methods can make simple query calls to various models.
* Required Property
Public propertyCode exampleEffectiveDate The effective date bound to certain meta-data items attached to a given user.
* Required Property
Top
Remarks
A structure used to get a list of GetUserBasicModel.

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