Eplan Platform API
Eplan.EplApi.EServices Namespace / IFunctionVerification Interface
Members

In This Topic
    IFunctionVerification Interface
    In This Topic
    Interface for a special verification class.
    Syntax
    public interface IFunctionVerification : IMessage, IVerification, IVerificationBase  
    public interface class IFunctionVerification : public IMessage, IVerification, IVerificationBase  
    Public Methods
     NameDescription
     MethodThis type of check is only performed for a certain function category.  
     MethodCalled by EPLAN when the help text to the message should be shown. the function itself must take care to call the matching help system with the correct language. The easiest way is to call a simple dialog or message box. (Inherited from Eplan.EplApi.EServices.IMessage)
     MethodCalled by EPLAN when a specific object is to be checked. Implements the "check." (Inherited from Eplan.EplApi.EServices.IVerification)
     MethodCalled by EPLAN when the message text should be shown. (Inherited from Eplan.EplApi.EServices.IMessage)
     MethodCalled by EPLAN when a check routine has been completed. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
     MethodCalled by EPLAN when the new check is added to the system. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
     MethodCalled by EPLAN when a check routine starts in the system. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
    Top
    See Also