ConnectorSupportedMessagesPanelView

StockSharp.Xaml.Panels.Maui

Panel view for displaying and managing connector supported messages.

Inherits: BasePanelView

Constructors

ConnectorSupportedMessagesPanelView
public ConnectorSupportedMessagesPanelView()
connectorSupportedMessagesPanelView = ConnectorSupportedMessagesPanelView()

Creates a new instance.

Properties

AdapterName
public string AdapterName { get; set; }
value = connectorSupportedMessagesPanelView.AdapterName
connectorSupportedMessagesPanelView.AdapterName = value

Gets or sets the adapter name.

Messages
public IList<SupportedMessageItem> Messages { get; }
value = connectorSupportedMessagesPanelView.Messages

Gets the messages collection.

ViewModel
public ConnectorSupportedMessagesPanelViewModel ViewModel { get; }
value = connectorSupportedMessagesPanelView.ViewModel

Gets the ViewModel.

Methods

Clear
public void Clear()
connectorSupportedMessagesPanelView.Clear()

Clears all messages.

GetSelectedMessageTypes
public IEnumerable<Type> GetSelectedMessageTypes()
result = connectorSupportedMessagesPanelView.GetSelectedMessageTypes()

Gets the selected message types.

Refresh
public void Refresh(IEnumerable<ValueTuple<string, Type, bool>> messages)
connectorSupportedMessagesPanelView.Refresh(messages)

Refreshes the messages list.

Events

SelectedChanged
public event EventHandler SelectedChanged
connectorSupportedMessagesPanelView.SelectedChanged += handler

Event raised when message selection changes.