Class ActionManager
Summary description for ActionManager.
Inheritance
System.Object
ActionManager
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
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ActionManager
Properties
Instance
Gets the instance.
Declaration
public static ActionManager Instance { get; }
Property Value
| Type | Description |
|---|---|
| ActionManager | The instance. |
Methods
GenerateAction(String, String)
Generates the action.
Declaration
public static void GenerateAction(string name, string args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| System.String | args | The args. |
OnAction(ActionEventArgs)
Raises the Action event.
Declaration
protected virtual void OnAction(ActionEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionEventArgs | e | The ActionEventArgs instance containing the event data. |
Events
Action
Declaration
public event ActionEventHandler Action
Event Type
| Type | Description |
|---|---|
| ActionEventHandler |