Interface IBuildScript
Namespace: QFSW.BA
Assembly: QFSW.BA.dll
Syntax
public interface IBuildScriptProperties
ArgumentCount
Declaration
int ArgumentCount { get; }Property Value
| Type | Description | 
|---|---|
| Int32 | 
ScriptName
Declaration
string ScriptName { get; }Property Value
| Type | Description | 
|---|---|
| String | 
Methods
Execute(String[])
Declaration
void Execute(string[] args)Parameters
| Type | Name | Description | 
|---|---|---|
| String[] | args | 
GetArgumentName(Int32)
Declaration
string GetArgumentName(int argIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | argIndex | 
Returns
| Type | Description | 
|---|---|
| String |