![]() | CommandProxy Class |
Namespace: Slash.Unity.DataBind.Foundation.Commands
The CommandProxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandProxy | Initializes a new instance of the CommandProxy class |
Name | Description | |
---|---|---|
![]() | Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.) |
![]() | Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) |
![]() | InvokeCommand |
Invokes the bound command.
|
![]() | InvokeCommand(Boolean) |
Invokes the bound command with the specified argument.
|
![]() | InvokeCommand(Int32) |
Invokes the bound command with the specified argument.
|
![]() | InvokeCommand(Object) |
Invokes the bound command with the specified arguments.
|
![]() | InvokeCommand(Single) |
Invokes the bound command with the specified argument.
|
![]() | InvokeCommand(String) |
Invokes the bound command with the specified argument.
|