Class ViewConfiguration<T>
Class to define configuration of sparrowhawk(R) view for specific type.
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: 8.11.0Syntax
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()