SemanticVersion Class |
Namespace: MongoDB.Driver.Core.Misc
The SemanticVersion type exposes the following members.
Name | Description | |
---|---|---|
SemanticVersion(Int32, Int32, Int32) |
Initializes a new instance of the SemanticVersion class.
| |
SemanticVersion(Int32, Int32, Int32, String) |
Initializes a new instance of the SemanticVersion class.
|
Name | Description | |
---|---|---|
Major |
Gets the major version.
| |
Minor |
Gets the minor version.
| |
Patch |
Gets the patch version.
| |
PreRelease |
Gets the pre release version.
|
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(SemanticVersion) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Parses a string representation of a semantic version.
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
TryParse |
Tries to parse a string representation of a semantic version.
|
Name | Description | |
---|---|---|
Equality |
Determines whether two specified semantic versions have the same value.
| |
GreaterThan |
Determines whether the first specified SemanticVersion is greater than the second specified SemanticVersion.
| |
GreaterThanOrEqual |
Determines whether the first specified SemanticVersion is greater than or equal to the second specified SemanticVersion.
| |
Inequality |
Determines whether two specified semantic versions have different values.
| |
LessThan |
Determines whether the first specified SemanticVersion is less than the second specified SemanticVersion.
| |
LessThanOrEqual |
Determines whether the first specified SemanticVersion is less than or equal to the second specified SemanticVersion.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |