IStrategyParam Interface

GF API Documentation
Represents a parameter of [!:IStrategy].

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

public interface IStrategyParam

The IStrategyParam type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets a list of child params.
Public propertyName
Gets the name of this ServerStrategyParam.
Public propertyType
Gets the data type of this ServerStrategyParam.
Public propertyValue
Gets or sets value of this ServerStrategyParam.
Top
See Also

Reference