DeltaXML DITA Compare .NET API DocumentationThe DitaCompareVersion type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| completeNumericVersion |
The four part numeric version number.
| |
| getEncodedRevision |
The product's numeric encoding of the revision number.
| |
| getMajor |
Get the product's major version number.
| |
| getMinor |
Get the product's minor version number.
| |
| getName |
Get the product's name.
| |
| getPatch |
Get the product's patch version number.
| |
| getRevision |
Get the product's alpha-numeric revision number.
| |
| toString |
The human readable dot separated version of the product.
(Overrides ObjecttoString .) |
See Also