VersionSpec Members
Include Protected Members
Include Inherited Members
A utility class for parsing version specifications.
The VersionSpec type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
AddDeletionModifierIfNecessary
Formats a path to include the deletion identifier if it is non-zero.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Formats a server or local path with the version specifier.
Formats a server or local path with the version range specified.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Converts a version string into an array of VersionSpec objects.
Converts a version string without a range specifier to a [VersionSpec] object.
Overloaded. Parse a versioned file spec.
Reorders VersionSpec instances in into the correct order.
(Overrides Object.ToString().)
Top
Fields
Name
Description
Deletion identifier. This is not a version specification, but rather a version modifier.
Character used to separate the components of a version specification range.
Character used to separate a file name from its version specification.
Top
Properties
Name
Description
Gets the string representation of the version specification as a version specification format.
Gets the VersionSpec that is the latest version requested from the database.
Top