Click or drag to resize
EnumsPieceType Class
Represents the type of a Piece
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      VikingChess.ModelEnumsPieceType

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

The EnumsPieceType 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 memberKING
Public fieldStatic memberPAWN
Public fieldvalue__
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