Skip to content

TransformationPipelineFactory

public sealed class TransformationPipelineFactory

Namespace: RhoMicro.BindSight.Transformations

Inheritance:

Creates instances of TransformationPipeline.

TransformationPipelineFactory(ITransformationsProvider, IServiceProvider)
Section titled “TransformationPipelineFactory(ITransformationsProvider, IServiceProvider)”
public TransformationPipelineFactory(ITransformationsProvider transformationsProvider, IServiceProvider serviceProvider)

Creates instances of TransformationPipeline.

NameTypeDescription
serviceProviderIServiceProviderThe service provider to use.
transformationsProviderITransformationsProviderThe transformations provider to use.
public TransformationPipeline Create()

Creates a new pipeline.

A new pipeline instance.