ProjectManager.DatabaseVersion Class
                In This Topic
            
            Version class represent version of database schema in projects.
            
            Inheritance Hierarchy
System.Object
   Eplan.EplApi.DataModel.ProjectManager.DatabaseVersion
Syntax
            
            
            
            
            public class ProjectManager.DatabaseVersion 
             
        
            
            public ref class ProjectManager.DatabaseVersion 
             
        
             
         
            
            
            
            
            
            
            
            
            
            
            Public Constructors
            
            
            
            
            
            
            
            
            
            
            
            Public Methods
|  | Name | Description | 
|---|
|  | Dispose | Virtual deterministic destructor. | 
|  | ToString | Returns a string that represents the current object. | 
TopPublic 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. | 
TopSee Also