Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroupMember

    Member of a group.

    Inheritance
    System.Object
    WolfGroupMember
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfGroupMember

    Constructors

    | Improve this Doc View Source

    WolfGroupMember()

    Creates a new instance of WOLF group member object.

    Declaration
    [JsonConstructor]
    protected WolfGroupMember()
    | Improve this Doc View Source

    WolfGroupMember(UInt32, WolfGroupCapabilities)

    Creates a new instance of WOLF group member object.

    Declaration
    public WolfGroupMember(uint userID, WolfGroupCapabilities capabilities)
    Parameters
    Type Name Description
    System.UInt32 userID

    ID of the user.

    WolfGroupCapabilities capabilities

    User's group permissions.

    Properties

    | Improve this Doc View Source

    Capabilities

    User's permissions.

    Declaration
    [JsonProperty("capabilities")]
    public WolfGroupCapabilities Capabilities { get; }
    Property Value
    Type Description
    WolfGroupCapabilities
    | Improve this Doc View Source

    HasAdminPrivileges

    Does the member have admin or greater privileges?

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

    HasModPrivileges

    Does the member have mod or greater privileges?

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

    HasOwnerPrivileges

    Does the member have owner privileges?

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

    UserID

    User ID.

    Declaration
    [JsonProperty("id")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32