IDiagramElementParam

StockSharp.Diagram

The diagram element parameter.

Implements: IPersistable, INotifyPropertyChanging, INotifyPropertyChanged, IAttributesEntity

Properties

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

The parameter can be used in optimization.

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

To ignore when saving.

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

The default value is specified.

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

Parameter name.

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

Raise changed event when property is changed.

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

Parameter type.

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

The parameter value.

Methods

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

Set value and ignore it on save settings.

value
Value.