Strategy Class

GF API Documentation
Represents a server-side strategy.
Inheritance Hierarchy

SystemObject
  GF.Api.StrategiesStrategy

Namespace:  GF.Api.Strategies
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class Strategy : IComparable

The Strategy type exposes the following members.

Constructors

  NameDescription
Public methodStrategy
Initializes a new instance of the Strategy class
Top
Properties

  NameDescription
Public propertyID
Server identifier
Public propertyOrders
Gets a list of strategy orders.
Public propertyRootOrder
Gets a root order of this ServerStrategy or null if no root order assigned to the ServerStrategy.
Public propertyState
Gets the state of this ServerStrategy.
Public propertyType
Gets the type of this ServerStrategy.
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also

Reference