IndicatorType
Descrição do tipo de indicador.
Herda de: Equatable<IndicatorType>
Implementa: IDisposable
Construtores
protected IndicatorType()
indicatorType = IndicatorType()
Inicializa uma nova instância do IndicatorType.
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)
Inicializa uma nova instância do IndicatorType.
- indicator
- Tipo indicador.
Propriedades
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value
A descrição do indicador.
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value
Documentação url.
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value
Tipo indicador.
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value
Tipo de valores de entrada.
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
O IndicatorType está obsoleto.
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value
Nome do indicador.
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value
Tipo de valores de resultado.
Métodos
public override IndicatorType Clone()
result = indicatorType.Clone()
Criar uma cópia de IndicatorType.
Retorna: Entendido.
public virtual void Dispose()
indicatorType.Dispose()
Elimina os itens na piscina que implementam IDesposable.
public override int GetHashCode()
result = indicatorType.GetHashCode()
Serve como uma função de hash para um tipo específico.
Retorna: Um código de hash para o objeto atual.
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)
Compare IndicatorType na equivalência.
- other
- Outro valor com o qual comparar.
Retorna: , se o objeto especificado for igual ao objeto atual, caso contrário, .
public override string ToString()
result = indicatorType.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.
Eventos
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler
Indicador de evento alterado.