Skip to content

ITransformationsProvider

public abstract interface ITransformationsProvider

Namespace: RhoMicro.BindSight.Transformations

Inheritance:

Provides transformations for use in TransformationPipeline.

IEnumerable<IOptionsModelTransformation> GetTransformations(IServiceProvider serviceProvider)

Gets the transformations to use.

NameTypeDescription
serviceProviderIServiceProviderThe service provider to optionally use when creating transformations.

The sequence of transformations to apply.