Class ViewColumnTemplate
Inheritance
System.Object
ViewColumnTemplate
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: Mediachase.Web.Console.Config
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ViewColumnTemplate
Constructors
ViewColumnTemplate()
Initializes a new instance of the ViewColumnTemplate class.
Declaration
public ViewColumnTemplate()
Properties
Attributes
Gets or sets the attributes.
Declaration
public Hashtable Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Hashtable | The attributes. |
ControlUrl
Gets or sets the control URL.
Declaration
public string ControlUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The control URL. |
TemplateId
Gets or sets the template id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template id. |