PermissionCredentialsPanel
StockSharp.Xaml
The panel for edit credentials.
继承自: UserControl
实现: IPersistable, IComponentConnector
构造函数
PermissionCredentialsPanel()
Initializes a new instance of the PermissionCredentialsPanel.
属性
AddCommand : ICommand
Command to add new credential.
Credentials : ObservableCollection<PermissionCredentials>
Credentials collection.
RemoveCommand : ICommand
Command to remove selected credential.
SaveCommand : ICommand
Command to save credentials.
SelectAllCommand : ICommand
Command to select all permissions.
SelectedCredential : PermissionCredentials
Selected credential.
UnselectAllCommand : ICommand
Command to unselect all permissions.
方法
InitializeComponent()
InitializeComponent
字段
AddCommandProperty : DependencyProperty
DependencyProperty for AddCommand.
CredentialsProperty : DependencyProperty
DependencyProperty for Credentials.
FilterProperty : DependencyProperty
DependencyProperty for Filter.
RemoveCommandProperty : DependencyProperty
DependencyProperty for RemoveCommand.
SaveCommandProperty : DependencyProperty
DependencyProperty for SaveCommand.
SaveTextProperty : DependencyProperty
DependencyProperty for SaveText.
SelectAllCommandProperty : DependencyProperty
DependencyProperty for SelectAllCommand.
SelectedCredentialProperty : DependencyProperty
DependencyProperty for SelectedCredential.
UnselectAllCommandProperty : DependencyProperty
DependencyProperty for UnselectAllCommand.