Interface IStatisticParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The interface, describing statistic parameter.
public interface IStatisticParameter : IPersistable, INotifyPropertyChanged
- Inherited Members
- Extension Methods
Properties
Category
Category.
string Category { get; }
Property Value
Description
The parameter description.
string Description { get; }
Property Value
DisplayName
The displayed parameter name.
string DisplayName { get; }
Property Value
Name
Parameter name.
string Name { get; }
Property Value
Order
Order.
int Order { get; }
Property Value
Type
Type.
StatisticParameterTypes Type { get; }
Property Value
Value
The current value of the parameter.
object Value { get; }
Property Value
ValueType
Value type.
Type ValueType { get; }
Property Value
Methods
Reset()
To reset the parameter value.
void Reset()