Class AccessRightsEditorViewModel
Implements
Inherited Members
Namespace: Simplic.Authorization.UI
Assembly: Simplic.Authorization.UI.dll
Syntax
public class AccessRightsEditorViewModel : ExtendableViewModel, IPyExtendableViewModel
Constructors
| Improve this Doc View SourceAccessRightsEditorViewModel(String, String, Object)
Declaration
public AccessRightsEditorViewModel(string tableName, string idColName, object rowId)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | idColName | |
System.Object | rowId |
Properties
| Improve this Doc View SourceAllowedSearchText
Gets or sets the search text for filtering the allowed (permissions) list
Declaration
public string AllowedSearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AllowedViewSource
Gets or sets the allowed list view source for filtering
Declaration
public CollectionViewSource AllowedViewSource { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
AvailableSearchText
Gets or sets the search text for filtering the available list
Declaration
public string AvailableSearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AvailableViewSource
Gets or sets the available list view source for filtering
Declaration
public CollectionViewSource AvailableViewSource { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
OwnerId
Gets or sets the owner id
Declaration
public int? OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
| Improve this Doc View SourceSave()
Saves the access rights
Declaration
public void Save()