Class ScriptContextCommand
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public class ScriptContextCommandConstructors
ScriptContextCommand(string, IScriptCommand)
Declaration
public ScriptContextCommand(string name, IScriptCommand command)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | |
| IScriptCommand | command | 
Properties
Name
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| string | 
ScriptCommand
Declaration
public IScriptCommand ScriptCommand { get; }Property Value
| Type | Description | 
|---|---|
| IScriptCommand |