ICommandList Interface

GF API Documentation
Collection of ICommand from a IOrder

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

  NameDescription
Public propertyCreationCommand
Gets creation command (first one) for an order
Public propertyPending
Gets first command in the list that was not executed yet
Top
Methods

  NameDescription
Public methodGet
Get command matching given ID
Top
See Also

Reference