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) | Obsolete.
Parameterized constructor
|
![]() | User(String, String, String, String, DateTime, DateTime, String, String, ListString, UserType, FormSpec) |
Parameterized constructor
|
Name | Description | |
---|---|---|
![]() | Accessed |
The date this user was last active. Read only.
|
![]() | AuthMethod |
Authentication method used for this user
|
![]() | 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 | (Inherited from Object.) |
![]() | FromUserCmdTaggedOutput |
Read the fields from the tagged output of a user command
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Parse |
Parse the fields from a user specification
|
![]() | ToString |
Convert to specification in server format
(Overrides ObjectToString.) |