Class ConfigurationViewTransformer
Inheritance
System.Object
ConfigurationViewTransformer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class ConfigurationViewTransformer : IViewTransformer, ISortable
Constructors
ConfigurationViewTransformer(EPiServerShellSection, IComponentManager)
Declaration
[Obsolete("Use constructor with ViewOptions instead. Will remain at least until dec 2018.")]
public ConfigurationViewTransformer(EPiServerShellSection shellSection, IComponentManager componentManager)
Parameters
Type | Name | Description |
---|---|---|
EPi |
shellSection | |
IComponent |
componentManager |
ConfigurationViewTransformer(ViewOptions, IComponentManager)
Declaration
public ConfigurationViewTransformer(ViewOptions viewOptions, IComponentManager componentManager)
Parameters
Type | Name | Description |
---|---|---|
View |
viewOptions | |
IComponent |
componentManager |
Properties
Settings
Declaration
public Collection<ViewTransformationSettingsCollection> Settings { get; }
Property Value
Type | Description |
---|---|
System. |
SortOrder
Declaration
public int SortOrder { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
LoadSettingsFromConfiguration(ViewElement)
Declaration
[Obsolete("Call LoadSettingsFromConfiguration with a ViewDetails instead")]
public void LoadSettingsFromConfiguration(ViewElement settingsElement)
Parameters
Type | Name | Description |
---|---|---|
View |
settingsElement |
LoadSettingsFromConfiguration(ViewDetails)
Declaration
public void LoadSettingsFromConfiguration(ViewDetails viewDetails)
Parameters
Type | Name | Description |
---|---|---|
View |
viewDetails |
TransformView(ICompositeView, IPrincipal)
Declaration
public void TransformView(ICompositeView view, IPrincipal principal)
Parameters
Type | Name | Description |
---|---|---|
IComposite |
view | |
System. |
principal |