Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogOverwriteEntry

    Represents a audit log overwrite entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogOverwriteEntry
    Inherited Members
    DiscordAuditLogEntry.ActionType
    DiscordAuditLogEntry.UserResponsible
    DiscordAuditLogEntry.Reason
    DiscordAuditLogEntry.ActionCategory
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordAuditLogOverwriteEntry : DiscordAuditLogEntry

    Properties

    | Improve this Doc View Source

    AllowChange

    Gets the description of overwrite's allow value change.

    Declaration
    public PropertyChange<Permissions?> AllowChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<Permissions>>
    | Improve this Doc View Source

    Channel

    Gets the channel for which the overwrite was changed.

    Declaration
    public DiscordChannel Channel { get; }
    Property Value
    Type Description
    DiscordChannel
    | Improve this Doc View Source

    DenyChange

    Gets the description of overwrite's deny value change.

    Declaration
    public PropertyChange<Permissions?> DenyChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<Permissions>>
    | Improve this Doc View Source

    Target

    Gets the affected overwrite.

    Declaration
    public DiscordOverwrite Target { get; }
    Property Value
    Type Description
    DiscordOverwrite
    | Improve this Doc View Source

    TargetIdChange

    Gets the description of overwrite's target id change.

    Declaration
    public PropertyChange<ulong?> TargetIdChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<System.UInt64>>
    | Improve this Doc View Source

    TypeChange

    Gets the description of overwrite's type change.

    Declaration
    public PropertyChange<OverwriteType?> TypeChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<OverwriteType>>

    Extension Methods

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