|
static string | PrintResourceRequirements (string caption="Requires:", params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (bool showFlowModeDesc, string caption="Requires:", params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (string caption="Requires", string color="#99ff00ff", params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (bool showFlowModeDesc, string caption="Requires", string color="#99ff00ff", params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (string caption="Requires:", double mult=1d, params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (bool showFlowModeDesc, string caption="Requires:", double mult=1d, params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (string caption="Requires:", string color="#99ff00ff", double mult=1d, params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string | PrintResourceRequirements (bool showFlowModeDesc, string caption="Requires", string color="#99ff00ff", double mult=1d, params ModuleResource[] reqs) |
| Return formatted string of the Resource Requirements for provided array. More...
|
|
static string PartModuleUtil.PrintResourceRequirements |
( |
string |
caption = "Requires:" , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
caption | Caption String |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
bool |
showFlowModeDesc, |
|
|
string |
caption = "Requires:" , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
showFlowModeDesc | If true will also include a flow mode description for each resource. |
caption | Caption String |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
string |
caption = "Requires" , |
|
|
string |
color = "#99ff00ff" , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
caption | Caption String |
color | A html color tag for the Caption text color. |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
bool |
showFlowModeDesc, |
|
|
string |
caption = "Requires" , |
|
|
string |
color = "#99ff00ff" , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
showFlowModeDesc | If true will also include a flow mode description for each resource. |
caption | Caption String |
color | A html color tag for the Caption text color. |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
string |
caption = "Requires:" , |
|
|
double |
mult = 1d , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
caption | Caption String |
mult | Multiplier to apply to the rate |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
bool |
showFlowModeDesc, |
|
|
string |
caption = "Requires:" , |
|
|
double |
mult = 1d , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
showFlowModeDesc | If true will also include a flow mode description for each resource. |
caption | Caption String |
mult | Multiplier to apply to the rate |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
string |
caption = "Requires:" , |
|
|
string |
color = "#99ff00ff" , |
|
|
double |
mult = 1d , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
caption | Caption String |
color | A html color tag for the Caption text color. |
mult | Multiplier to apply to the rate |
reqs | array of ModuleResource to list in the output. |
- Returns
static string PartModuleUtil.PrintResourceRequirements |
( |
bool |
showFlowModeDesc, |
|
|
string |
caption = "Requires" , |
|
|
string |
color = "#99ff00ff" , |
|
|
double |
mult = 1d , |
|
|
params ModuleResource[] |
reqs |
|
) |
| |
|
inlinestatic |
Return formatted string of the Resource Requirements for provided array.
- Parameters
-
showFlowModeDesc | If true will also include a flow mode description for each resource. |
caption | Caption String |
color | A html color tag for the Caption text color. |
mult | Multiplier to apply to the rate |
reqs | array of ModuleResource to list in the output. |
- Returns
The documentation for this class was generated from the following file: