Namespace: GF.Api.Orders.Commands
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public interface ICommandList : IReadOnlyList<ICommand>, IReadOnlyCollection<ICommand>, IEnumerable<ICommand>, IEnumerable
The ICommandList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CreationCommand |
Gets creation command (first one) for an order
| |
| Pending |
Gets first command in the list that was not executed yet
|
Methods
| Name | Description | |
|---|---|---|
| Get |
Get command matching given ID
|
See Also