DiagramSocketType
Connection type.
Hereda de: Equatable<DiagramSocketType>
Implementa: INotifyPropertyChanged, IPersistable
Constructores
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.
Propiedades
AllTypes : IEnumerable<DiagramSocketType>
All available connection types for elements.
Métodos
GetSocketType(Type) : DiagramSocketType
Get DiagramSocketType for Type.
- parameterType
- Type.
Devuelve: Diagram socket type.
OnEquals(DiagramSocketType) : bool
Compare DiagramSocketType on the equivalence.
- other
- Another value with which to compare.
Devuelve: , 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.
Devuelve: Connection type.
Eventos
PropertyChanged : PropertyChangedEventHandler
The connection properties value change event.
Campos
Any : DiagramSocketType
Unknown data type.
BasketBlackScholes : DiagramSocketType
Black scholes.
BlackScholes : DiagramSocketType
Black scholes.
Bool : DiagramSocketType
Flag.
Candle : DiagramSocketType
Candle.
CandleStates : DiagramSocketType
Candle state.
Comparable : DiagramSocketType
Comparable values.
Date : DiagramSocketType
Strategy.
IndicatorValue : DiagramSocketType
Indicator value.
MarketDepth : DiagramSocketType
Market depth.
MyTrade : DiagramSocketType
Own trade.
Options : DiagramSocketType
Options.
Order : DiagramSocketType
Order.
OrderFail : DiagramSocketType
Order fail.
OrderState : DiagramSocketType
Order state.
Portfolio : DiagramSocketType
Portfolio.
Position : DiagramSocketType
Position.
Quote : DiagramSocketType
Quote.
Security : DiagramSocketType
Security.
Side : DiagramSocketType
Side.
Strategy : DiagramSocketType
Strategy.
String : DiagramSocketType
Text string.
Time : DiagramSocketType
Connector.
Trade : DiagramSocketType
Trade.
Unit : DiagramSocketType
Numeric value.