Search Results for

    Show / Hide Table of Contents

    Class AccessRightsEditorViewModel

    Inheritance
    System.Object
    ExtendableViewModel
    AccessRightsEditorViewModel
    Implements
    IPyExtendableViewModel
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.Authorization.UI
    Assembly: Simplic.Authorization.UI.dll
    Syntax
    public class AccessRightsEditorViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    AccessRightsEditorViewModel(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 Source

    AllowedSearchText

    Gets or sets the search text for filtering the allowed (permissions) list

    Declaration
    public string AllowedSearchText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    AvailableSearchText

    Gets or sets the search text for filtering the available list

    Declaration
    public string AvailableSearchText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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 Source

    Save()

    Saves the access rights

    Declaration
    public void Save()

    Implements

    IPyExtendableViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx