Defines a command which can be executed by the WebApiAccess.
Namespace: CkSoftware.GroupMe.Sdk.CoreAssembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Type Parameters
- TResultEntity
- The entity which will be expected from this command.
The IWebApiCommand TResultEntity type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommandExecuted |
Defines if the command is executed once.
| |
CommandName |
The name of the command to be executed.
| |
HttpMethod |
The http method to execute this command.
| |
Parameters |
The parameters which should be used on command execution.
|
See Also