London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
Syntax
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.