Click or drag to resize

User Class

Represents a single FactoryLogix User Account.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class User : UserBase

The User type exposes the following members.

Constructors
  NameDescription
Public methodUser
Initializes a new instance of the User class
Top
Properties
  NameDescription
Public propertyBadgeNumber
The login badge number for this user (alphanumeric). This can optionally be used to log the user in to the system via barcode scan.
Public propertyEmailAddress
The primary email address where this user can be contacted.
Public propertyFirstName
The given name for this user.
Public propertyLastName
The surname or family name for this user.
Public propertyPhoneNumber
The primary telephone number where this user can be contacted.
Public propertyUserName
The login name for this user.
Top
See Also