Table of Contents

Class PermissionCredentialsPanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The panel for edit credentials.

public class PermissionCredentialsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
Inheritance
PermissionCredentialsPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

PermissionCredentialsPanel()

Initializes a new instance of the PermissionCredentialsWindow.

public PermissionCredentialsPanel()

Fields

AddCommand

Add credentials command.

public static readonly RoutedCommand AddCommand

Field Value

RoutedCommand

RemoveCommand

Remove credentials command.

public static readonly RoutedCommand RemoveCommand

Field Value

RoutedCommand

SaveCommand

Save command.

public static readonly RoutedCommand SaveCommand

Field Value

RoutedCommand

SelectAllCommand

Select all credentials command.

public static readonly RoutedCommand SelectAllCommand

Field Value

RoutedCommand

UnSelectAllCommand

Un select all credentials command.

public static readonly RoutedCommand UnSelectAllCommand

Field Value

RoutedCommand

Properties

ChangedCredentials

Changed credentials.

public IEnumerable<PermissionCredentials> ChangedCredentials { get; }

Property Value

IEnumerable<PermissionCredentials>

Credentials

Credentials.

public IList<PermissionCredentials> Credentials { get; }

Property Value

IList<PermissionCredentials>

SaveText

Text for Save button.

public string SaveText { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Events

Saving

Save button clicked.

public event Action Saving

Event Type

Action