Class ViewColumnAction
Inheritance
System.Object
ViewColumnAction
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 ViewColumnAction
Constructors
ViewColumnAction()
Declaration
public ViewColumnAction()
Properties
Attributes
Gets or sets the attributes.
Declaration
public Hashtable Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Hashtable | The attributes. |
CommandName
Declaration
public string CommandName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandParameters
Declaration
public string CommandParameters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetLocalizedToolTip()
Declaration
public string GetLocalizedToolTip()
Returns
Type | Description |
---|---|
System.String |