IWebApiCommand TResultEntity  InterfaceCkSoftware GroupMe SDK - Documentation
Defines a command which can be executed by the WebApiAccess.

Namespace: CkSoftware.GroupMe.Sdk.Core
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public interface IWebApiCommand<TResultEntity>
Type Parameters

TResultEntity
The entity which will be expected from this command.

The IWebApiCommand TResultEntity  type exposes the following members.

Properties

  NameDescription
Public propertyCommandExecuted
Defines if the command is executed once.
Public propertyCommandName
The name of the command to be executed.
Public propertyHttpMethod
The http method to execute this command.
Public propertyParameters
The parameters which should be used on command execution.
Top
See Also