SaaS CMS has officially launched! Learn more now.

Class ViewConfiguration<T>

Class to define configuration of sparrowhawk(R) view for specific type.

Inheritance
System.Object
ViewConfiguration<T>
Implements
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
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public abstract class ViewConfiguration<T> : ViewConfiguration, ISortable
Type Parameters
Name Description
T

Constructors

ViewConfiguration()

Initializes a new instance of the ViewConfiguration<T> class.

Declaration
protected ViewConfiguration()

Implements

Extension Methods