Class AccessRightsEditor
Interaction logic for AccessRightsEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Authorization.UI
Assembly: Simplic.Authorization.UI.dll
Syntax
public class AccessRightsEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceAccessRightsEditor(String, String, Object)
Constructor for the AccessRightsEditor. These parameters are needed to load access rights
Declaration
public AccessRightsEditor(string tableName, string idColName, object rowId)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | The table to get the access rights from |
System.String | idColName | |
System.Object | rowId | Actual row id |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Is called when save button is clicked
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase