Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

System.Workflow.ComponentModel.Compiler-Namespace

Provides infrastructure for validating and compiling activities and workflows.
 KlasseBeschreibung
Öffentliche KlasseActivityCodeGeneratorBase class for code generator components that can be associated with activities.
Öffentliche KlasseActivityCodeGeneratorAttributeIndicates the type to be used for code generation for an activity. This class cannot be inherited.
Öffentliche KlasseActivityValidatorDerivative of DependencyObjectValidator that is a base class for all activity validator components.
Öffentliche KlasseActivityValidatorAttributeIdentifies the class that performs validation on an Activity that is subject to validation. This class cannot be inherited.
Öffentliche KlasseAttributeInfoWrapper class that represents attributes on a type at design time. This class cannot be inherited.
Öffentliche KlasseAttributeInfoAttributeRepresents a class holding information about an attribute at design time. This class cannot be inherited.
Öffentliche KlasseAuthorizedTypeRepresents a set of types that are either allowed or disallowed in compiled workflows by the workflow compiler (depending on the value of the Authorized property). This class cannot be inherited.
Öffentliche KlasseBindValidationContextRepresents the context for the validation of an ActivityBind. This class cannot be inherited.
Öffentliche KlasseCodeGenerationManagerEnables sharing of data across activity code generators during the code generation phase of compilation. This class cannot be inherited.
Öffentliche KlasseCompileWorkflowCleanupTaskDefines 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.
Öffentliche KlasseCompileWorkflowTaskRepresents the MSBuild task of compiling a workflow. This class cannot be inherited.
Öffentliche KlasseCompositeActivityCodeGeneratorBase class for code generator components that can be associated with composite activities.
Öffentliche KlasseCompositeActivityValidatorDerivative of ActivityValidator that is the base class for all composite activity validator components.
Öffentliche KlasseConditionValidatorDerivative of DependencyObjectValidator that is the base class for all condition validator components.
Öffentliche KlasseDependencyObjectValidatorDerivative of Validator that is the base class for all dependency object validator components.
Öffentliche KlassePropertyValidationContextProvides the context for validation of a DependencyProperty.
Öffentliche KlasseTypeProviderAn implementation of ITypeProvider that acts as a container of types within the indicated assemblies and code compile units.
Öffentliche KlasseValidationErrorRepresents the base class for all validation errors.
Öffentliche KlasseValidationErrorCollectionHolds a collection of ValidationError objects.
Öffentliche KlasseValidationManagerEnables the sharing of contextual information such as property validation, parent activity, and so on, across validators during the compilation process.
Öffentliche KlasseValidationOptionAttributeCustom attribute that contains ValidationOption information. This class cannot be inherited.
Öffentliche KlasseValidatorBase class for all validator components.
Öffentliche KlasseWorkflowCompilerRepresents the compiler for workflows that are developed using C# or Visual Basic code and/or XAML markup. This class cannot be inherited.
Öffentliche KlasseWorkflowCompilerErrorRepresents a CompilerError that is obtained during the workflow compilation process.
Öffentliche KlasseWorkflowCompilerParametersRepresents parameters passed to WorkflowCompiler during the compilation process.
Öffentliche KlasseWorkflowCompilerResultsRepresents the results of a workflow compilation. This class cannot be inherited.
Öffentliche KlasseWorkflowMarkupSourceAttributeAttribute that contains information about a Workflow markup file. This class cannot be inherited.
Öffentliche KlasseWorkflowValidationFailedExceptionRepresents an Exception that occurs when a workflow does not pass validation. This class cannot be inherited.
 SchnittstelleBeschreibung
Öffentliche SchnittstelleITypeProviderDefines the behavior of a service that acts as a container of types.
Öffentliche SchnittstelleIWorkflowCompilerOptionsServiceDefines the interface implemented by the environment hosting the workflow designer and compiler to provide environment-specific compilation information during the validation and compilation processes.
 EnumerationBeschreibung
Öffentliche EnumerationAccessTypesSpecifies the access mode for the dependency property.
Öffentliche EnumerationValidationOptionSpecifies the validation options in the ValidationOption property.
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.