API Help
Eplan.EplApi.DataModel Namespace / ProjectManager.DatabaseVersion Class
Members

In This Topic
    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
     NameDescription
    Public ConstructorStandard constructor.  
    Top
    Public Methods
     NameDescription
    Public MethodVirtual deterministic destructor.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Equality operator.
    This operator check if first version is older then second.
    This operator check if first version is older or equal to second.
    This operator check if first version is differ then second.
    This operator check if first version is younger then second.
    This operator check if first version is younger or equal to second.
    Top
    See Also