SaaS CMS has officially launched! Learn more now.

Interface IModelTransform

Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Transforms
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IModelTransform

Properties

Order

Declaration
TransformOrder Order { get; }
Property Value
Type Description
TransformOrder

Methods

CanExecute(Type, DefaultQueryParameters)

Declaration
bool CanExecute(Type targetType, DefaultQueryParameters queryParameters)
Parameters
Type Name Description
System.Type targetType
DefaultQueryParameters queryParameters
Returns
Type Description
System.Boolean

Execute(IEnumerable<IModelTransformContext>)

Declaration
IEnumerable<IModelTransformContext> Execute(IEnumerable<IModelTransformContext> models)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IModelTransformContext> models
Returns
Type Description
System.Collections.Generic.IEnumerable<IModelTransformContext>

Extension Methods