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 | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(SemanticVersion) | |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Parses a string representation of a semantic version.
|
![]() | ToString | (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.) |