Microsoft.BizTalk.Component.Interop Namespace
| Class | Description |
|---|---|
| CategoryTypes | |
| ComponentCategoryAttribute | Associates a component with a specific pipeline design category in the pipeline designer. |
| DocumentSpec | |
| DocumentSpecException | The exception that is thrown when calling methods on the DocumentSpec class. This class cannot be inherited. |
| PipelineUtil | |
| ResourceTracker |
| Interface | Description |
|---|---|
| IAssemblerComponent | Defines the methods that assembler pipeline components need to implement in order to be executed by the Messaging Engine. |
| IBaseComponent | Defines properties that provide basic information about the component. |
| IComponent | Defines the methods used by all pipeline components except assemblers and disassemblers. |
| IComponentUI | Defines methods that enable pipeline components to be used within the Pipeline Designer environment. |
| IDisassemblerComponent | Defines the methods that disassembling pipeline components need to implement in order to be executed by the Messaging Engine. |
| IDocumentSpec | Encapsulates a top-level element in an XML Schema definition language (XSD) schema. Also defines a set of associated actions. |
| IFFDocumentSpec | Encapsulates a flat file schema. |
| IPersistPropertyBag | Defines the methods to prepare for, load, and save the properties of pipeline components. |
| IPersistStream | |
| IPipelineContext | Defines the methods used to access all document processing-specific interfaces. |
| IPipelineContextEx | Defines support for getting the Transaction context for a transactional pipeline component. |
| IProbeMessage | Defines the methods and properties for components that need probing functionality. |
| IPropertyBag | Provides an object with a property bag in which the object can persistently save its properties. |
| IResourceTracker | Enables pipeline components to report the non-Common Language Runtime (CLR) objects they are creating and using during execution, so they can be disposed by engine after component finished its work. |