The BranchSpec type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
BranchSpec()()()() |
A branch view specification in a Perforce repository.
|
|
|
BranchSpec(String, String, DateTime, DateTime, String, Boolean, ViewMap, FormSpec, String) |
A branch view specification in a Perforce repository.
|
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.) |
|
|
FromBranchSpecCmdTaggedOutput |
Read the fields from the tagged output of a branch command
|
|
|
FromBranchSpecsCmdTaggedOutput |
Read the fields from the tagged output of a branches 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 branch specification
|
|
|
ToString |
Convert to specification in server format
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Accessed |
The date of the last command used with this spec.
|
|
|
Description |
A description of the branch spec (optional).
|
|
|
Id |
The branch spec name (read only).
|
|
|
Locked |
When true, permits only the owner to change the spec.
|
|
|
Options | Obsolete.
Flags to change the branch spec behavior.
|
|
|
Owner |
The user who created this branch spec. Can be changed.
|
|
|
Spec |
Specifies structural and semantic metadata for form types.
|
|
|
Updated |
The date this branch spec was last modified.
|
|
|
ViewMap |
Lines mapping of one view of depot files to another.
|