The User type exposes the following members.

Constructors

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FromUserCmdTaggedOutput
Read the fields from the tagged output of a user command
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Parse the fields from a user specification
Public method ToString
Convert to specification in server format
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Accessed
The date this user was last active. Read only.
Public property EmailAddress
The user's email address; for email review.
Public property FullName
The user's real name.
Public property Id
The user's user name.
Public property JobView
Selects jobs for inclusion during changelist creation.
Public property Password
If set, user must have matching $P4PASSWD on client.
Public property Reviews
Listing of depot files to be reviewed by user.
Public property Spec
The specification for the user form
Public property Type
Either 'service', 'operator', or 'standard'. Default: 'standard'. Read only.
Public property Updated
The date this specification was last modified.

See Also