Search Results for

    Show / Hide Table of Contents

    Class AccessRightItem

    Inheritance
    System.Object
    AccessRightItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Authorization.UI
    Assembly: Simplic.Authorization.UI.dll
    Syntax
    public class AccessRightItem

    Properties

    | Improve this Doc View Source

    DisplayText

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

    Id

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

    ItemType

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

    RightType

    Declaration
    public AccessRightType RightType { get; set; }
    Property Value
    Type Description
    AccessRightType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx