TransformationPipelineFactory
public sealed class TransformationPipelineFactory
Namespace: RhoMicro.BindSight.Transformations
Inheritance:
DirectoryTransformationPipelineFactory
Summary
Section titled “Summary”Creates instances of TransformationPipeline.
Constructors
Section titled “Constructors”TransformationPipelineFactory(ITransformationsProvider, IServiceProvider)
Section titled “TransformationPipelineFactory(ITransformationsProvider, IServiceProvider)”public TransformationPipelineFactory(ITransformationsProvider transformationsProvider, IServiceProvider serviceProvider)
Summary
Section titled “Summary”Creates instances of TransformationPipeline.
Parameters
Section titled “Parameters”Name | Type | Description |
---|---|---|
serviceProvider | IServiceProvider | The service provider to use. |
transformationsProvider | ITransformationsProvider | The transformations provider to use. |
Methods
Section titled “Methods”Create()
Section titled “Create()”public TransformationPipeline Create()
Summary
Section titled “Summary”Creates a new pipeline.
Returns
Section titled “Returns”A new pipeline instance.