Show / Hide Table of Contents

    Class MessageOfTheDayPacket

    Class that represents an outgoing message of the day packet.

    Inheritance
    System.Object
    MessageOfTheDayPacket
    Implements
    IOutboundPacket
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Communications.Packets.Outgoing
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public sealed class MessageOfTheDayPacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    MessageOfTheDayPacket(String)

    Initializes a new instance of the MessageOfTheDayPacket class.

    Declaration
    public MessageOfTheDayPacket(string messageOfTheDay)
    Parameters
    Type Name Description
    System.String messageOfTheDay

    The message.

    Properties

    | Improve this Doc View Source

    MessageOfTheDay

    Gets the message of the day.

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

    PacketType

    Gets the type of this packet.

    Declaration
    public OutgoingPacketType PacketType { get; }
    Property Value
    Type Description
    OutgoingPacketType

    Implements

    IOutboundPacket

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.