Show / Hide Table of Contents

Class MovePlayedInfo

Callback information provided by OnMovePlayed

Inheritance
System.Object
MovePlayedInfo
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: PonzianiComponents
Assembly: PonzianiComponents.dll
Syntax
public class MovePlayedInfo

Properties

| Improve this Doc View Source

BoardId

Id of the board, where the move was played (needed in multiboard scenarios)

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

Move

The move which was played

Declaration
public Move Move { get; set; }
Property Value
Type Description
Move
| Improve this Doc View Source

NewFen

Position after the move in Forsyth-Edwards-Notation

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

OldFen

Position before the move in Forsyth-Edwards-Notation

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

San

Move in SAN ( Standard Algebraic Notation)

Declaration
public string San { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX