IndicatorType
Beschreibung des Indikatortyps.
Erbt von: Equatable<IndicatorType>
Implementiert: IDisposable
Konstruktoren
protected IndicatorType()
indicatorType = IndicatorType()
Initialisiert eine neue Instanz von IndicatorType.
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)
Initialisiert eine neue Instanz von IndicatorType.
- indicator
- Art des Indikators.
Eigenschaften
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value
Beschreibung des Indikators.
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value
Dokumentation url.
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value
Art des Indikators.
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value
Art der Eingangswerte.
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
IndicatorType ist veraltet.
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value
Name des Indikators.
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value
Typ der Ergebniswerte.
Methoden
public override IndicatorType Clone()
result = indicatorType.Clone()
Erstellen Sie eine Kopie von IndicatorType.
Rückgabe: Kopie.
public virtual void Dispose()
indicatorType.Dispose()
Entsorgt Elemente im Pool, die IDisposable implementieren.
public override int GetHashCode()
result = indicatorType.GetHashCode()
Dient als Hash-Funktion für einen bestimmten Typ.
Rückgabe: Ein Hash-Code für das aktuelle Objekt.
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)
Vergleichen Sie IndicatorType @ auf die Äquivalenz.
- other
- Ein weiterer Wert, mit dem man vergleichen kann.
Rückgabe: , wenn das angegebene Objekt gleich dem aktuellen Objekt ist, andernfalls, .
public override string ToString()
result = indicatorType.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.
Ereignisse
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler
Indikator verändertes Ereignis.