ITransformFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |