Search Results for

    Show / Hide Table of Contents

    Class ScheduledEventEditModel

    Represents a scheduled event edit model.

    Inheritance
    System.Object
    BaseEditModel
    ScheduledEventEditModel
    Inherited Members
    BaseEditModel.AuditLogReason
    Namespace: DisCatSharp.Net.Models
    Assembly: DisCatSharp.dll
    Syntax
    public class ScheduledEventEditModel : BaseEditModel

    Properties

    | Improve this Doc View Source

    Channel

    Gets or sets the channel.

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

    CoverImage

    Gets or sets the cover image as base64.

    Declaration
    public Optional<Stream> CoverImage { get; set; }
    Property Value
    Type Description
    Optional<System.IO.Stream>
    | Improve this Doc View Source

    Description

    Gets or sets the description.

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

    EntityType

    Gets or sets the entity type of the scheduled event.

    Declaration
    public Optional<ScheduledEventEntityType> EntityType { get; set; }
    Property Value
    Type Description
    Optional<ScheduledEventEntityType>
    | Improve this Doc View Source

    Location

    Gets or sets the location.

    Declaration
    public Optional<string> Location { get; set; }
    Property Value
    Type Description
    Optional<System.String>
    | Improve this Doc View Source

    Name

    Gets or sets the name.

    Declaration
    public Optional<string> Name { get; set; }
    Property Value
    Type Description
    Optional<System.String>
    | Improve this Doc View Source

    ScheduledEndTime

    Gets or sets the time when the scheduled event is scheduled to end.

    Declaration
    public Optional<DateTimeOffset> ScheduledEndTime { get; }
    Property Value
    Type Description
    Optional<System.DateTimeOffset>
    | Improve this Doc View Source

    ScheduledStartTime

    Gets or sets the time to schedule the scheduled event.

    Declaration
    public Optional<DateTimeOffset> ScheduledStartTime { get; }
    Property Value
    Type Description
    Optional<System.DateTimeOffset>
    | Improve this Doc View Source

    Status

    Gets or sets the status of the scheduled event.

    Declaration
    public Optional<ScheduledEventStatus> Status { get; set; }
    Property Value
    Type Description
    Optional<ScheduledEventStatus>

    Extension Methods

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