Interface IModelTransformContext
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IModelTransformContext
Properties
QueryParameters
Declaration
DefaultQueryParameters QueryParameters { get; }
Property Value
Source
Declaration
IContent Source { get; set; }
Property Value
Target
Declaration
ContentDataStoreModelBase Target { get; set; }
Property Value
Methods
GetContextValue<T>(String)
Declaration
T GetContextValue<T>(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type Parameters
SetContextValue(String, Object)
Declaration
void SetContextValue(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Extension Methods