Click or drag to resize

IAgent Interface

Represent a user (agent or supervisor).

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAgent : IIdentifiable

The IAgent type exposes the following members.

Properties
  NameDescription
Public propertyDescription
User description.
Public propertyEmailAddress
User email.
Public propertyFirstName
User first name.
Public propertyId
Identifier of the object.
(Inherited from IIdentifiable.)
Public propertyLastName
User last name.
Public propertyRestrictionId
Identifier of the user restriction.
Public propertyUserName
User name for the sign-in.
Top
Methods
  NameDescription
Public methodGetOrCreateAuthenticationToken
Get the existing authentication token associated with the specified module, or create a new authentication token if it's not defined and return it.
Public methodSave
Create or update the user.
Top
See Also