User Class |
Namespace: Perforce.P4
The User type exposes the following members.
| Name | Description | |
|---|---|---|
| User |
Default Constructor
| |
| User(String, String, String, String, DateTime, DateTime, String, ListString, UserType, FormSpec) |
Parameterized constructor
|
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 ObjectToString.) |