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
RemoveCommand
Remove credentials command.
public static readonly RoutedCommand RemoveCommand
Field Value
SaveCommand
Save command.
public static readonly RoutedCommand SaveCommand
Field Value
SelectAllCommand
Select all credentials command.
public static readonly RoutedCommand SelectAllCommand
Field Value
UnSelectAllCommand
Un select all credentials command.
public static readonly RoutedCommand UnSelectAllCommand
Field Value
Properties
ChangedCredentials
Changed credentials.
public IEnumerable<PermissionCredentials> ChangedCredentials { get; }
Property Value
Credentials
Credentials.
public IList<PermissionCredentials> Credentials { get; }
Property Value
SaveText
Text for Save button.
public string SaveText { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
MarkSaved()
Mark credentials as saved.
public void MarkSaved()
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
Saving
Save button clicked.
public event Action Saving