Search Results for

    Show / Hide Table of Contents

    Class Config

    Inheritance
    System.Object
    Config
    Implements
    IConfig
    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: Exiled.Permissions
    Assembly: Exiled.Permissions.dll
    Syntax
    public sealed class Config : IConfig

    Constructors

    | Improve this Doc View Source

    Config()

    Initializes a new instance of the Config class.

    Declaration
    public Config()

    Properties

    | Improve this Doc View Source

    Debug

    Declaration
    public bool Debug { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Folder

    Gets the permissions folder path.

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

    FullPath

    Gets the permissions full path.

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

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldDebugBeShown

    Gets a value indicating whether the debug should be shown or not.

    Declaration
    public bool ShouldDebugBeShown { get; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IConfig

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX