Search Results for

    Show / Hide Table of Contents

    Class Group

    Represents a player's group.

    Inheritance
    System.Object
    Group
    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.Features
    Assembly: Exiled.Permissions.dll
    Syntax
    public class Group

    Properties

    | Improve this Doc View Source

    CombinedPermissions

    Gets the combined permissions of the group plus all inherited groups.

    Declaration
    [YamlIgnore]
    public List<string> CombinedPermissions { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    Inheritance

    Gets or sets the group inheritance.

    Declaration
    public List<string> Inheritance { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    IsDefault

    Gets or sets a value indicating whether group is the default one or not.

    Declaration
    [YamlMember(Alias = "default")]
    public bool IsDefault { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Permissions

    Gets or sets the group permissions.

    Declaration
    public List<string> Permissions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Extension Methods

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