Class EventActivityValidator
Validates that "raw" event activitys is only used inside an composite activity.
Inheritance
System.Object
EventActivityValidator
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2Syntax
public class EventActivityValidator : ActivityValidator
Remarks
For event registration/unregistration with host to work associated composite acitivity should be used.
Constructors
EventActivityValidator()
Declaration
public EventActivityValidator()
Methods
Validate(ValidationManager, Object)
Verifies that the given activity is valid.
Declaration
public override ValidationErrorCollection Validate(ValidationManager manager, object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
manager | The System. |
System. |
obj | The System. |
Returns
Type | Description |
---|---|
System. |
A System. |