ITransformProvider 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.
Enables the implementor to inspect each route and conditionally add transforms.
public interface ITransformProvidertype ITransformProvider = interfacePublic Interface ITransformProviderMethods
| Apply(TransformBuilderContext) | Inspect the given route and conditionally add transforms. This is called for every route, each time that route is built. | 
| ValidateCluster(TransformClusterValidationContext) | Validates any cluster data needed for transforms. | 
| ValidateRoute(TransformRouteValidationContext) | Validates any route data needed for transforms. |