Dela via


ITransformFactory Interface

Definition

Validates and builds transforms from the given parameters

public interface ITransformFactory
type ITransformFactory = interface
Public Interface ITransformFactory

Methods

Build(TransformBuilderContext, IReadOnlyDictionary<String,String>)

Checks if the given transform values match a known transform, and if so, generates a transform and adds it to the context. This can throw if the transform values are invalid.

Validate(TransformRouteValidationContext, IReadOnlyDictionary<String,String>)

Checks if the given transform values match a known transform, and if those values have any errors.

Applies to