Media |
This is preliminary documentation and is subject to change.
The MediaWikiVersion type exposes the following members.
Name | Description | |
---|---|---|
Above(Int16, Int16) | Determines whether the version is equal to or above than the specified official release version. | |
Above(Int16, Int16, Int16) | Determines whether the version is equal to or above than the specified official release version. | |
Above(Int16, Int16, MediaWikiDevChannel, Int16) | Determines whether the version is equal to or above than the specified version. | |
Above(Int16, Int16, Int16, MediaWikiDevChannel, Int16) | Determines whether the version is equal to or above than the specified version. | |
CompareTo(MediaWikiVersion) | 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. | |
CompareTo(Object) | 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(MediaWikiVersion) | Indicates whether the current object is equal to another object of the same type. | |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
In(Int16) | Determines whether the version is in the specified range. | |
In(Range) | Determines whether the version is in the specified range. | |
In(Int16, Int16) | Determines whether the version is in the specified range. | |
In(Int16, Range) | Determines whether the version is in the specified range. | |
In(Int16, Int16, Int16) | Determines whether the version is in the specified range. | |
In(Int16, Int16, Range) | Determines whether the version is in the specified range. | |
Parse(String) | Parses a MediaWiki core version number from its string representation. | |
Parse(String, Boolean) | Parses a MediaWiki core version number from its string representation. | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) | |
TryParse(String, MediaWikiVersion) | Tries to parse a MediaWiki core version number from its string representation. | |
TryParse(String, Boolean, MediaWikiVersion) | Tries to parse a MediaWiki core version number from its string representation. |