Represents the information for ServerStrategyParam.
Namespace: GF.Api.Strategies.Params
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IStrategyParamTemplate type exposes the following members.
Properties
Name | Description | |
---|---|---|
Category |
Gets the category of ServerStrategyParam.
| |
Children |
Gets a list of child params.
| |
DataType |
Gets the data type of ServerStrategyParam.
| |
DefaultValue |
Gets the default value of ServerStrategyParam.
| |
Description |
Gets the description of ServerStrategyParam.
| |
DomainValues |
Gets a list of available values if the param is of Enum type, or null.
| |
FullName |
Gets the full name of this param.
Full name includes the param name with names of all parents.
| |
IsOptional |
Gets a value indicating the param is optional and may be missing (in this case default value will be used).
| |
Name |
Gets the name of ServerStrategyParam.
|
See Also