DiagramSocketType

StockSharp.Diagram

Connection type.

Erbt von: Equatable<DiagramSocketType>

Implementiert: INotifyPropertyChanged, IPersistable

Konstruktoren

DiagramSocketType(Type, string, Color)

Initializes a new instance of the DiagramSocketType.

type
Data type.
name
The name of the connection type.
color
The connection color.

Eigenschaften

AllTypes : IEnumerable<DiagramSocketType>

All available connection types for elements.

Color : Color

The connection color.

Name : string

The name of the connection type.

Type : Type

Connection type.

Methoden

Clone() : DiagramSocketType

Create a copy of DiagramSocketType.

Rückgabe: Copy.

GetSocketType(Type) : DiagramSocketType

Get DiagramSocketType for Type.

parameterType
Type.

Rückgabe: Diagram socket type.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnEquals(DiagramSocketType) : bool

Compare DiagramSocketType on the equivalence.

other
Another value with which to compare.

Rückgabe: , if the specified object is equal to the current object, otherwise, .

OnPropertyChanged(string)

To call the connection property value change event.

propertyName
Property name.
RegisterType``1(string, Color)

To register the connection type.

name
The name of the connection type.
color
The connection color.

Rückgabe: Connection type.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.

Ereignisse

PropertyChanged : PropertyChangedEventHandler

The connection properties value change event.

Felder

Any : DiagramSocketType

Unknown data type.

BlackScholes : DiagramSocketType

Black scholes.

Comparable : DiagramSocketType

Comparable values.

Date : DiagramSocketType

Strategy.

IndicatorValue : DiagramSocketType

Indicator value.

MarketDepth : DiagramSocketType

Market depth.

MyTrade : DiagramSocketType

Own trade.

OrderState : DiagramSocketType

Order state.

String : DiagramSocketType

Text string.

Time : DiagramSocketType

Connector.

Unit : DiagramSocketType

Numeric value.