Click or drag to resize
EnumsColor Class
Represents the color of a Piece or a Player
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      VikingChess.ModelEnumsColor

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class Color : Enum

The EnumsColor type exposes the following members.

Methods
  NameDescription
Public methodCompareTo (Inherited from Enum.)
Public methodEquals (Inherited from Enum.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Enum.)
Public methodGetType (Inherited from Object.)
Public methodHasFlag (Inherited from Enum.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Enum.)
Public methodToString(String) (Inherited from Enum.)
Top
Fields
  NameDescription
Public fieldStatic memberBLACK
Public fieldvalue__
Public fieldStatic memberWHITE
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIConvertibleGetTypeCode (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToBoolean (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToByte (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToChar (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToDateTime (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToDecimal (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToDouble (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToInt16 (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToInt32 (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToInt64 (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToSByte (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToSingle (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToString Obsolete. (Inherited from Enum.)
Explicit interface implementationPrivate methodIFormattableToString Obsolete. (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToType (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToUInt16 (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToUInt32 (Inherited from Enum.)
Explicit interface implementationPrivate methodIConvertibleToUInt64 (Inherited from Enum.)
Top
See Also