ITransformationsProvider
public abstract interface ITransformationsProvider
Namespace: RhoMicro.BindSight.Transformations
Inheritance:
Summary
Section titled “Summary”Provides transformations for use in TransformationPipeline.
Methods
Section titled “Methods”GetTransformations(IServiceProvider)
Section titled “GetTransformations(IServiceProvider)”IEnumerable<IOptionsModelTransformation> GetTransformations(IServiceProvider serviceProvider)
Summary
Section titled “Summary”Gets the transformations to use.
Parameters
Section titled “Parameters”Name | Type | Description |
---|---|---|
serviceProvider | IServiceProvider | The service provider to optionally use when creating transformations. |
Returns
Section titled “Returns”The sequence of transformations to apply.