Show / Hide Table of Contents

    Enum ChatChannelType

    Enumerates the chat channel types.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum ChatChannelType : ushort

    Fields

    Name Description
    Game

    The default game channel.

    Help

    The help channel.

    None

    No channel type.

    Private

    A private chat channel.

    RealLife

    The real-life channel.

    RuleViolations

    The rule violations channel.

    Trade

    The trade channel.

    Extension Methods

    ObjectExtensions.YieldSingleItem<ChatChannelType>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<ChatChannelType>(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.