DiagramSocket
StockSharp.Diagram
Connection.
Hereda de: Disposable
Implementa: INotifyPropertyChanged
Constructores
DiagramSocket(DiagramSocketDirection, string)
Initializes a new instance of the DiagramSocket.
Propiedades
Action : Action<DiagramSocketValue>
Socket action.
AvailableTypes : IList<DiagramSocketType>
Available input data types.
Direction : DiagramSocketDirection
The connection direction.
GuiWrapper : INotifyPropertyChanged
Gui wrapper for property binding.
IsBreakActive : bool
Is socket break active.
IsConnected : bool
Is socket has connections.
IsSelected : bool
Is socket selected.
LinkableMaximum : int
The maximum number of connections.
Parent : DiagramElement
The socket parent element.
Type : DiagramSocketType
Connection type.
Métodos
CanConnect(DiagramSocket) : bool
To check the ability to make a connection.
- to
- Connection.
Devuelve: The test result.
CanConnectFrom(DiagramSocket) : bool
To check the ability to make a connection.
- from
- Connection.
Devuelve: The test result.
DisposeManaged()
Release resources.
OnPropertyChanged(string)
To call the connection property value change event.
- propertyName
- Property name.
Eventos
CanConnectEx : Func<DiagramSocket, bool>
Extra validation for the ability to make a connection.
Connected : Action<DiagramSocket, DiagramSocket>
The event of the socket connection with another one.
Disconnected : Action<DiagramSocket, DiagramSocket>
The socket disconnection event.
PropertyChanged : PropertyChangedEventHandler
The connection properties value change event.