The BranchSpec type exposes the following members.

Constructors

  Name Description
Public method BranchSpec()()()()
A branch view specification in a Perforce repository.
Public method BranchSpec(String, String, DateTime, DateTime, String, Boolean, ViewMap, FormSpec, String)
A branch view specification in a Perforce repository.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method FromBranchSpecCmdTaggedOutput
Read the fields from the tagged output of a branch command
Public method FromBranchSpecsCmdTaggedOutput
Read the fields from the tagged output of a branches command
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Parse the fields from a branch specification
Public method ToString
Convert to specification in server format
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Accessed
The date of the last command used with this spec.
Public property Description
A description of the branch spec (optional).
Public property Id
The branch spec name (read only).
Public property Locked
When true, permits only the owner to change the spec.
Public property Options Obsolete.
Flags to change the branch spec behavior.
Public property Owner
The user who created this branch spec. Can be changed.
Public property Spec
Specifies structural and semantic metadata for form types.
Public property Updated
The date this branch spec was last modified.
Public property ViewMap
Lines mapping of one view of depot files to another.

See Also