API Help
Eplan.EplApi.EServices Namespace / Verification Class
Members

Verification Class
Base class for specific test classes.
Inheritance Hierarchy
Syntax
public abstract class Verification : IMessage, IVerification, IVerificationBase  
Public Properties
 NameDescription
Public PropertyType of class which filters objects that are additionally passed to IVerification.Execute method.  
Public Property  
Public PropertyThe ID of the message. Is automatically set.  
Public PropertyCollection of objects types which will be used to determine objects passed to IVerification.Execute method.  
Public PropertyReturns project in context of which the verification is run.  
Public PropertyThe region associated with the message. Is automatically set.  
Public PropertyThe permission of a verification determines for what type of check the verification is enabled at most/ maximum.  
Public PropertyThe VerificationState determines the actual adjusted check type whereas the permission determines what state is theoretically allowed at most.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Service function for the error output during a test. Text to display is taken from correct IMessage::GetMessageText method.  
Public Method  
Public Method  
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method  
Top
See Also