IndicatorType
The indicator type description.
Inherits: Equatable<IndicatorType>
Implements: IDisposable
Constructors
protected IndicatorType()
indicatorType = IndicatorType()
Initializes a new instance of the IndicatorType.
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)
Initializes a new instance of the IndicatorType.
- indicator
- Indicator type.
Properties
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value
The indicator description.
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value
Documentation url.
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value
Indicator type.
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value
Input values type.
public bool IsComplex { get; private set; }
value = indicatorType.IsComplex
indicatorType.IsComplex = value
IComplexIndicator.
public bool IsObsolete { get; private set; }
value = indicatorType.IsObsolete
indicatorType.IsObsolete = value
The IndicatorType is obsolete.
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value
Indicator name.
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value
Result values type.
Methods
public override IndicatorType Clone()
result = indicatorType.Clone()
Create a copy of IndicatorType.
Returns: Copy.
public virtual void Dispose()
indicatorType.Dispose()
Disposes of items in the pool that implement IDisposable.
public override int GetHashCode()
result = indicatorType.GetHashCode()
Serves as a hash function for a particular type.
Returns: A hash code for the current Object.
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)
Compare IndicatorType on the equivalence.
- other
- Another value with which to compare.
Returns: , if the specified object is equal to the current object, otherwise, .
public override string ToString()
result = indicatorType.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.
Events
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler
Indicator changed event.