Search Results for

    Show / Hide Table of Contents

    Class AccessRightItemViewModel

    Inheritance
    System.Object
    ExtendableViewModel
    AccessRightItemViewModel
    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 AccessRightItemViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    AccessRightItemViewModel(AccessRightItem, IIconService)

    Declaration
    public AccessRightItemViewModel(AccessRightItem model, IIconService iconService)
    Parameters
    Type Name Description
    AccessRightItem model
    IIconService iconService

    Properties

    | Improve this Doc View Source

    DisplayImage

    Declaration
    public ImageSource DisplayImage { get; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource
    | Improve this Doc View Source

    DisplayText

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

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ItemType

    Declaration
    public AccessRightItemType ItemType { get; }
    Property Value
    Type Description
    AccessRightItemType
    | Improve this Doc View Source

    RightType

    Declaration
    public AccessRightType RightType { get; set; }
    Property Value
    Type Description
    AccessRightType

    Implements

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