System.Workflow.ComponentModel.Compiler Namespace
.NET Framework 3.0
Provides infrastructure for validating and compiling activities and workflows.
| Class | Description | |
|---|---|---|
![]() | ActivityCodeGenerator | |
![]() | ActivityCodeGeneratorAttribute | |
![]() | ActivityValidator | Derivative of DependencyObjectValidator that is a base class for all activity validator components. |
![]() | ActivityValidatorAttribute | Identifies the class that performs validation on an Activity that is subject to validation. This class cannot be inherited. |
![]() | AttributeInfo | |
![]() | AttributeInfoAttribute | |
![]() | AuthorizedType | |
![]() | BindValidationContext | Represents the context for the validation of an ActivityBind. This class cannot be inherited. |
![]() | CodeGenerationManager | |
![]() | CompileWorkflowCleanupTask | Defines an MSBuild task for erasing the contents of temporary files that are used when compiling workflows created using Visual Basic. The contents of the temporary files are erased but the files are not deleted. This class cannot be inherited. |
![]() | CompileWorkflowTask | Represents the MSBuild task of compiling a workflow. This class cannot be inherited. |
![]() | CompositeActivityCodeGenerator | Base class for code generator components that can be associated with composite activities. |
![]() | CompositeActivityValidator | |
![]() | ConditionValidator | |
![]() | DependencyObjectValidator | Derivative of Validator that is the base class for all dependency object validator components. |
![]() | PropertyValidationContext | Provides the context for validation of a DependencyProperty. |
![]() | TypeProvider | |
![]() | ValidationError | Represents the base class for all validation errors. |
![]() | ValidationErrorCollection | Holds a collection of ValidationError objects. |
![]() | ValidationManager | Enables the sharing of contextual information such as property validation, parent activity, and so on, across validators during the compilation process. |
![]() | ValidationOptionAttribute | Custom attribute that contains ValidationOption information. This class cannot be inherited. |
![]() | Validator | Base class for all validator components. |
![]() | WorkflowCompiler | Represents the compiler for workflows that are developed using C# or Visual Basic code and/or XAML markup. This class cannot be inherited. |
![]() | WorkflowCompilerError | |
![]() | WorkflowCompilerParameters | |
![]() | WorkflowCompilerResults | Represents the results of a workflow compilation. This class cannot be inherited. |
![]() | WorkflowMarkupSourceAttribute | Attribute that contains information about a Workflow markup file. This class cannot be inherited. |
![]() | WorkflowValidationFailedException |
| Interface | Description | |
|---|---|---|
![]() | ITypeProvider | Defines the behavior of a service that acts as a container of types. |
![]() | IWorkflowCompilerOptionsService | Defines the interface implemented by the environment hosting the workflow designer and compiler to provide environment-specific compilation information during the validation and compilation processes. |
| Enumeration | Description | |
|---|---|---|
![]() | AccessTypes | Specifies the access mode for the dependency property. |
![]() | ValidationOption |
Community Additions
ADD
Show:


