ProjectManager.DatabaseVersion Class Members
In This Topic
The following tables list the members exposed by ProjectManager.DatabaseVersion.
Public Constructors
Public Methods
| Name | Description |
| Dispose | Virtual deterministic destructor. |
| ToString | Returns a string that represents the current object. |
Top
Public Operators
Equality | Equality operator. |
Greater Than | This operator check if first version is older then second. |
Greater Than or Equal | This operator check if first version is older or equal to second. |
Inequality | This operator check if first version is differ then second. |
Less Than | This operator check if first version is younger then second. |
Less Than or Equal | This operator check if first version is younger or equal to second. |
Top
See Also