System.Object
   Eplan.EplApi.EServices.Verification
      Eplan.EplApi.EServices.PotentialVerification
System.Object
   Eplan.EplApi.EServices.Verification
      Eplan.EplApi.EServices.PotentialVerification
public abstract class PotentialVerification : Verification, IMessage, IPotentialVerification, IVerification, IVerificationBase
public ref class PotentialVerification abstract : public Verification, IMessage, IPotentialVerification, IVerification, IVerificationBase
publicclass VerificationExample: PotentialVerification
{}
//Should be substituted by :
publicclass VerificationExample: PotentialVerification : IVerification : IMessage
{}
	| Name | Description | |
|---|---|---|
|  | AdditionalObjectsFilter | Overridden. Type of class which filters objects that are additionally passed to IVerification.Execute method. | 
|  | FilterConfigPath | Overridden. | 
|  | MessageId | The ID of the message. Is automatically set. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | ObjectsFilter | Overridden. Collection of objects types which will be used to determine objects passed to IVerification.Execute method. | 
|  | Project | Returns project in context of which the verification is run. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | Region | The region associated with the message. Is automatically set. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | VerificationPermission | The permission of a verification determines for what type of check the verification is enabled at most/ maximum. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | VerificationState | The VerificationState determines the actual adjusted check type whereas the permission determines what state is theoretically allowed at most. (Inherited from Eplan.EplApi.EServices.Verification) | 
| Name | Description | |
|---|---|---|
|  | DoErrorMessage | Overloaded. Service function for the error output during a test. Text to display is taken from correct IMessage::GetMessageText method. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | DoHelp | (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | Execute | (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | GetAllPotentialsWithSameName | Returns all potentials of the project with the same name. Can be called within the Execute function. | 
|  | GetMessageText | (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | OnEndInspection | (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | OnRegister | Overloaded. If true, all messages with the same region and message id are removed after OnStartInspection is called. (Inherited from Eplan.EplApi.EServices.Verification) | 
|  | OnStartInspection | (Inherited from Eplan.EplApi.EServices.Verification) |