IDiagramElementParam

StockSharp.Diagram

O parâmetro do elemento diagrama.

Implementa: IPersistable, INotifyPropertyChanging, INotifyPropertyChanged, IAttributesEntity

Propriedades

CanOptimize
public bool CanOptimize { get; set; }
value = iDiagramElementParam.CanOptimize
iDiagramElementParam.CanOptimize = value

O parâmetro pode ser usado na otimização.

IgnoreOnSave
public bool IgnoreOnSave { get; set; }
value = iDiagramElementParam.IgnoreOnSave
iDiagramElementParam.IgnoreOnSave = value

Ignorar ao salvar.

IsDefault
public bool IsDefault { get; }
value = iDiagramElementParam.IsDefault

O valor padrão é especificado.

Name
public string Name { get; set; }
value = iDiagramElementParam.Name
iDiagramElementParam.Name = value

Nome do parâmetro.

NotifyOnChanged
public bool NotifyOnChanged { get; set; }
value = iDiagramElementParam.NotifyOnChanged
iDiagramElementParam.NotifyOnChanged = value

Levantar o evento alterado quando a propriedade é alterada.

Type
public Type Type { get; }
value = iDiagramElementParam.Type

Tipo de parâmetro.

Value
public object Value { get; set; }
value = iDiagramElementParam.Value
iDiagramElementParam.Value = value

O valor do parâmetro.

Métodos

SetValueWithIgnoreOnSave
public void SetValueWithIgnoreOnSave(object value)
iDiagramElementParam.SetValueWithIgnoreOnSave(value)

Define o valor e ignore- o ao salvar as configurações.

value
Valor.