Show / Hide Table of Contents

    Enum LightColors

    Enumeration of the possible light colors.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum LightColors : byte

    Fields

    Name Description
    Default

    The default color, which is Orange.

    None

    No color.

    Orange

    Orange color.

    White

    White color.

    Extension Methods

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