IDiagramElementParam

StockSharp.Diagram

The diagram element parameter.

Реализует: IPersistable, INotifyPropertyChanging, INotifyPropertyChanged, IAttributesEntity

Свойства

CanOptimize : bool

The parameter can be used in optimization.

IgnoreOnSave : bool

To ignore when saving.

IsDefault : bool

The default value is specified.

Name : string

Parameter name.

NotifyOnChanged : bool

Raise changed event when property is changed.

Type : Type

Parameter type.

Value : object

The parameter value.

Методы

SetValueWithIgnoreOnSave(object)

Set value and ignore it on save settings.

value
Value.