The User type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
User()()()() |
Initializes a new instance of the User class
|
|
|
User(String, String, String, String, DateTime, DateTime, String, List<(Of <<'(String>)>>), UserType, FormSpec) |
Initializes a new instance of the User class
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
FromUserCmdTaggedOutput |
Read the fields from the tagged output of a user command
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Parse |
Parse the fields from a user specification
|
|
|
ToString |
Convert to specification in server format
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Accessed |
The date this user was last active. Read only.
|
|
|
EmailAddress |
The user's email address; for email review.
|
|
|
FullName |
The user's real name.
|
|
|
Id |
The user's user name.
|
|
|
JobView |
Selects jobs for inclusion during changelist creation.
|
|
|
Password |
If set, user must have matching $P4PASSWD on client.
|
|
|
Reviews |
Listing of depot files to be reviewed by user.
|
|
|
Spec |
The specification for the user form
|
|
|
Type |
Either 'service', 'operator', or 'standard'.
Default: 'standard'. Read only.
|
|
|
Updated |
The date this specification was last modified.
|