Class | Description | |
---|---|---|
![]() | BaseProjectMessage | Base class for project messages. It is not stored in database. |
![]() | ElectroMessage | base class for a template of a project message |
![]() | FunctionVerification | Base class for specific verification classes that only check functions. |
![]() | InterruptionPointVerification | Basis class for special test classes, which examine only interruption points. |
![]() | Message | Base class for electrotechnical messages. If an add-in wants to add an undefined project message to EPLAN projects, then the class of the add-in must inherit from the Eplan.EplApi.EServices.Message class. |
![]() | PartVerification | Base class for specific test classes. |
![]() | PotentialVerification | Base class for specific verification classes that only check potentials. |
![]() | PrjMessagesCollection | Collection of project messages of the last check run (See ribbon "Tools>Review>Check" or !!OVERLOADED_VerifyProject_Eplan::EplApi::HEServices: ). |
![]() | PrjMessagesEnumerator | supports a simple iteration over Eplan::EplApi::EServices: |
![]() | PrjMessagesRegisteredCollection | This is a collection of all possible message types, registered in the system, that can be used by PrjMessagesCollection. |
![]() | PrjMessagesRegisteredEnumerator | iterates over all registered electrotechnical messages of the system Eplan::EplApi::EServices: |
![]() | ProjectMessage | Base class for project messages. |
![]() | SubProject | Represents subproject specified by the defined working sections. |
![]() | SubProjectsCollection | Represents collection of subprojects specified by the defined working sections that are possible for given project. |
![]() | Verification | Base class for specific test classes. |