System.Object
Eplan.EplApi.EServices.Verification
Eplan.EplApi.EServices.InterruptionPointVerification
System.Object
Eplan.EplApi.EServices.Verification
Eplan.EplApi.EServices.InterruptionPointVerification
public abstract class InterruptionPointVerification : Verification, IInterruptionPointVerification, IMessage, IVerification, IVerificationBase
public ref class InterruptionPointVerification abstract : public Verification, IInterruptionPointVerification, IMessage, 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) | |
GetAllInterruptionPointsWithSameName | Gets all interruption points with the same name from the project. Can be called within the execute function. | |
GetCrossReferencedInterruptionPoints | Gets all cross reference interruption points with the same name from the project. Can be called within the execute function. | |
GetMessageText | (Inherited from Eplan.EplApi.EServices.Verification) | |
GetUsedConnectingPoints | Gets all used connection points from the project. Can be called within the execute function. | |
OnEndInspection | (Inherited from Eplan.EplApi.EServices.Verification) | |
OnRegister | Overloaded. (Inherited from Eplan.EplApi.EServices.Verification) | |
OnStartInspection | (Inherited from Eplan.EplApi.EServices.Verification) |