Changelist Class |
Namespace: Perforce.P4
The Changelist type exposes the following members.
Name | Description | |
---|---|---|
![]() | Changelist |
Create a new pending changelist
|
![]() | Changelist(Int32, Boolean) |
Create a new numbered changelist
|
Name | Description | |
---|---|---|
![]() | ClientId |
Name of client/workspace associated with this change
|
![]() | Description |
Property to access change Description
|
![]() | Files |
Property to access List of Metadata for Files in this change
|
![]() | Id |
Property to access change ID
|
![]() | Identity |
Property to access Identity,
Identifier for this change.
|
![]() | ImportedBy |
Property to read ImportedBy,
The user who fetched or pushed this
change to this server.
|
![]() | Jobs |
Property to access List of Jobs associated with this change.
|
![]() | ModifiedDate |
Property to access last Modified time
|
![]() | OwnerName |
Property to access change owner
|
![]() | Pending |
Property to specify change as Pending
|
![]() | Shelved |
Property to access if this change has shelved files
|
![]() | ShelvedFiles |
Property to access List of Shelved files
|
![]() | Spec |
Property to access FormSpec for changelist
|
![]() | Stream |
Property to access stream that is to be
added to this changelist.
|
![]() | Type |
Property to access type of the changelist
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FixJobs(IListJob, Options) | |
![]() | FixJobs(IListString, Options) | |
![]() | FixJobs(Options, Job) | |
![]() | FixJobs(Options, String) | |
![]() | FromChangeCmdTaggedOutput(TaggedObject, String, Boolean) |
Fill in the fields for the changelist using the tagged output of a "change' command
|
![]() | FromChangeCmdTaggedOutput(TaggedObject, Boolean, String, Boolean) |
Fill in the fields for the changelist using the tagged output of a "change' command
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | initialize |
Go to the server to get details about this changelist
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Parse |
Parse the fields from a changelist specification
|
![]() | Submit |
Submit a pending change to the server
|
![]() | ToString |
Convert to specification in server format
(Overrides ObjectToString.) |
![]() | ToString(Boolean) |
Convert to a string for display
|