Search Results for

    Show / Hide Table of Contents

    Class PermissionStringAttribute

    Defines a readable name for this permission.

    Inheritance
    System.Object
    System.Attribute
    PermissionStringAttribute
    Namespace: DisCatSharp
    Assembly: DisCatSharp.dll
    Syntax
    [AttributeUsage(AttributeTargets.Field)]
    public sealed class PermissionStringAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    PermissionStringAttribute(String)

    Defines a readable name for this permission.

    Declaration
    public PermissionStringAttribute(string str)
    Parameters
    Type Name Description
    System.String str

    Readable name for this permission.

    Properties

    | Improve this Doc View Source

    String

    Gets the readable name for this permission.

    Declaration
    public string String { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems