The Changelist type exposes the following members.

Constructors

  Name Description
Public method Changelist()()()()
Create a new pending changelist
Public method Changelist(Int32, Boolean)
Create a new numbered changelist

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 FixJobs(IList<(Of <<'(String>)>>), Options)
Public method FixJobs(IList<(Of <<'(Job>)>>), Options)
Public method FixJobs(Options, array<Job>[]()[][])
Public method FixJobs(Options, array<String>[]()[][])
Public method FromChangeCmdTaggedOutput(TaggedObject, String, Boolean)
Fill in the fields for the changelist using the tagged output of a "change' command
Public method FromChangeCmdTaggedOutput(TaggedObject, Boolean, String, Boolean)
Fill in the fields for the changelist using the tagged output of a "change' 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.)
Public method initialize
Go to the server to get details about this changelist
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Parse the fields from a changelist specification
Public method Submit
Submit a pending change to the server
Public method ToString()()()()
Convert to specification in server format
(Overrides Object..::..ToString()()()().)
Public method ToString(Boolean)
Convert to a string for display

Properties

  Name Description
Public property ClientId
Name of client/workspace associated with this change
Public property Description
Property to access change Description
Public property Files
Property to access List of Metadata for Files in this change
Public property Id
Property to access change ID
Public property Jobs
Property to access List of Jobs associated with this change.
Public property ModifiedDate
Property to access last Modified time
Public property OwnerName
Property to access change owner
Public property Pending
Property to specify change as Pending
Public property Shelved
Property to access if this change has shelved files
Public property ShelvedFiles
Property to access List of Shelved files
Public property Spec
Property to access FormSpec for changelist
Public property Type
Property to access type of the changelist

See Also