Class UIDescriptor<T>
Generic version of ui descriptor to simplify setup.
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 class UIDescriptor<T> : UIDescriptor
Type Parameters
Name | Description |
---|---|
T |
Constructors
UIDescriptor()
Initializes a new instance of the UIDescriptor<T> class.
Declaration
protected UIDescriptor()
UIDescriptor(String)
Initializes a new instance of the UIDescriptor<T> class.
Declaration
protected UIDescriptor(string iconClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | iconClass | Represents CSS class name which will be used to display an icon for the type. |