OfficeTaskChildValidator members
Provides the OfficeTask with a validator for ensuring that the decorated activity class is of the type OfficeTask.
The OfficeTaskChildValidator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OfficeTaskChildValidator | Initializes a new instance of the OfficeTaskChildValidator class. |
Top
Properties
Name | Description | |
---|---|---|
RequiredParentType | Gets the Type of the Activity's parent. (Overrides BaseRequiredChildOfValidator.RequiredParentType.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFullPropertyName | (Inherited from Validator.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | (Inherited from BaseRequiredChildOfValidator.) | |
ValidateActivityChange | (Inherited from CompositeActivityValidator.) | |
ValidateProperties | (Inherited from Validator.) | |
ValidateProperty | (Inherited from Validator.) |
Top