SecurityMappingPanel
El panel para la creación y edición de la asignación de símbolos.
Hereda de: UserControl
Implementa: IPersistable, IComponentConnector
Constructores
public SecurityMappingPanel()
securityMappingPanel = SecurityMappingPanel()
Inicia una nueva instancia de la SecurityMappingPanel.
Propiedades
public ICommand AddCommand { get; set; }
value = securityMappingPanel.AddCommand
securityMappingPanel.AddCommand = value
Comando para agregar nuevo mapeo.
public IEnumerable<ConnectorInfo> ConnectorsInfo { get; set; }
value = securityMappingPanel.ConnectorsInfo
securityMappingPanel.ConnectorsInfo = value
Descripción visual de las conexiones disponibles.
public ObservableCollection<SecurityIdMapping> Mappings { get; set; }
value = securityMappingPanel.Mappings
securityMappingPanel.Mappings = value
Cartografias actuales para seleccionar connector.
public ICommand RemoveCommand { get; set; }
value = securityMappingPanel.RemoveCommand
securityMappingPanel.RemoveCommand = value
Mando para eliminar las asignaciones seleccionadas.
public ICommand SaveCommand { get; set; }
value = securityMappingPanel.SaveCommand
securityMappingPanel.SaveCommand = value
Comando para guardar mapas.
public string SaveText { get; set; }
value = securityMappingPanel.SaveText
securityMappingPanel.SaveText = value
Texto para Guardar botón.
public ConnectorInfo SelectedConnector { get; set; }
value = securityMappingPanel.SelectedConnector
securityMappingPanel.SelectedConnector = value
Seleccionado connector@.
public IEnumerable<SecurityIdMapping> SelectedMappings { get; }
value = securityMappingPanel.SelectedMappings
Cargos seleccionados en la cuadrícula.
Métodos
public void InitializeComponent()
securityMappingPanel.InitializeComponent()
InitializeComponent
public void Load(SettingsStorage storage)
securityMappingPanel.Load(storage)
Ajustes de carga.
- storage
- Configuración de almacenamiento.
public void Save(SettingsStorage storage)
securityMappingPanel.Save(storage)
Guardar configuración.
- storage
- Configuración de almacenamiento.
Campos
public static readonly DependencyProperty AddCommandProperty
value = SecurityMappingPanel.AddCommandProperty
DependencyProperty for AddCommand.
public static readonly DependencyProperty ConnectorsInfoProperty
value = SecurityMappingPanel.ConnectorsInfoProperty
DependencyProperty for ConnectorsInfo.
public static readonly DependencyProperty MappingsProperty
value = SecurityMappingPanel.MappingsProperty
DependencyProperty para Mappings.
public static readonly DependencyProperty RemoveCommandProperty
value = SecurityMappingPanel.RemoveCommandProperty
DependencyProperty for RemoveCommand.
public static readonly DependencyProperty SaveCommandProperty
value = SecurityMappingPanel.SaveCommandProperty
DependencyProperty for SaveCommand.
public static readonly DependencyProperty SaveTextProperty
value = SecurityMappingPanel.SaveTextProperty
DependencyProperty for SaveText.
public static readonly DependencyProperty SelectedConnectorProperty
value = SecurityMappingPanel.SelectedConnectorProperty
DependencyProperty para SelectedConnector.