Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogIntegrationEntry

    Represents a audit log integration entry.

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

    Properties

    | Improve this Doc View Source

    EnableEmoticons

    Gets the description of emoticons' change.

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

    ExpireBehavior

    Gets the description of expire behavior change.

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

    ExpireGracePeriod

    Gets the description of expire grace period's change.

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

    Type

    The type of integration.

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

    Extension Methods

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