Class ClientGridAction
Class that describes a specific action for a client grid instance.
Inheritance
System.Object
ClientGridAction
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.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class ClientGridAction
Constructors
ClientGridAction()
Initializes a new instance of the ClientGridAction class.
Declaration
public ClientGridAction()
ClientGridAction(ClientGridEvents, String)
Initializes a new instance of the ClientGridAction class.
Declaration
public ClientGridAction(ClientGridEvents EventName, string ControlUpdateId)
Parameters
Type | Name | Description |
---|---|---|
ClientGridEvents | EventName | Name of the event. |
System.String | ControlUpdateId | The control update id. |
ClientGridAction(ClientGridEvents, String, String, String)
Initializes a new instance of the ClientGridAction class.
Declaration
public ClientGridAction(ClientGridEvents EventName, string ActionName, string ActionParams, string ActionScript)
Parameters
Type | Name | Description |
---|---|---|
ClientGridEvents | EventName | Name of the event. |
System.String | ActionName | Name of the action. |
System.String | ActionParams | The action params. |
System.String | ActionScript | The action script. |
Properties
ActionName
Gets or sets the name of the action.
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the action. |
ActionParams
Gets or sets the action params.
Declaration
public string ActionParams { get; set; }
Property Value
Type | Description |
---|---|
System.String | The action params. |
ActionScript
Gets or sets the action script.
Declaration
public string ActionScript { get; set; }
Property Value
Type | Description |
---|---|
System.String | The action script. |
ControlUpdateId
Gets or sets the control update id.
Declaration
public string ControlUpdateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The control update id. |
EventName
Gets or sets the name of the event.
Declaration
public ClientGridEvents EventName { get; set; }
Property Value
Type | Description |
---|---|
ClientGridEvents | The name of the event. |
EventType
Gets or sets the type of the event.
Declaration
public ClientGridEventType EventType { get; set; }
Property Value
Type | Description |
---|---|
ClientGridEventType | The type of the event. |