Метод | Описание | |
---|---|---|
ArgumentBool ( |
Constructor for boolean output argument for an action Intended to be created without any value. The value is later set after CpService.InvokeAction is called but before the invocation's callback is run) |
|
ArgumentBool ( |
Constructor for boolean input argument for an action Intended to be write only (its value is written on construction and not be later read) |
Метод | Описание | |
---|---|---|
ActionArgumentCreateBoolInput ( |
||
ActionArgumentCreateBoolOutput ( |
||
ActionArgumentValueBool ( |
||
Value ( ) : bool |
Read the value of a boolean argument. Only intended for use with output arguments inside the invocation completed callback. |
public ArgumentBool ( |
||
aParameter | Defines the name for the argument. /// Must have been previously added to the action using Action.AddOutputParameter | |
Результат | System |
public ArgumentBool ( |
||
aParameter | Defines the name for the argument. /// Must have been previously added to the action using Action.AddInputParameter | |
aValue | bool | Value for the argument |
Результат | System |