Class AppScriptObject
Script object for a Wavefire Application.
Inheritance
System.Object
AppScriptObject
Namespace: Wavefire.Nexus.ScriptObjects
Assembly: Wavefire.Nexus.dll
Syntax
public class AppScriptObject
Constructors
AppScriptObject()
Initializes a new instance of the System.Object class.
Declaration
public AppScriptObject()
AppScriptObject(Application)
Initializes a new instance of the System.Object class.
Declaration
public AppScriptObject(Application app)
Parameters
Type | Name | Description |
---|---|---|
Wavefire.Nexus.Ef.Application | app |
Properties
Category
The category name of this application.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandParams
The command line parameters used when launching this application.
Declaration
public string CommandParams { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandText
The command text used to launch this application.
Declaration
public string CommandText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The description of this application.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAdminTool
Indicates whether or not this application is an administrative tool.
Declaration
public bool IsAdminTool { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of this application.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortOrder
The sort order for this appliction.
Declaration
public int SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartInFolder
The initial active folder for this application.
Declaration
public string StartInFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
The Wavefire GUID for this application.
Declaration
public Guid Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |