C# Class ChessServer.GameObject

Afficher le fichier Open project: Beginner7/Command2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Act Act
EatedBlacks string
EatedWhites string
GameIdSeq int
Id int
MoveActions List
Moves List
PlayerBlack Protocol.User
PlayerWhite Protocol.User
TimeCreateGame System.DateTime
TimeStartGame System.DateTime
Turn Side

Méthodes publiques

Méthode Description
GameObject ( User user ) : System
GameObject ( User user1, User user2 ) : System

Method Details

GameObject() public méthode

public GameObject ( User user ) : System
user Protocol.User
Résultat System

GameObject() public méthode

public GameObject ( User user1, User user2 ) : System
user1 Protocol.User
user2 Protocol.User
Résultat System

Property Details

Act public_oe property

public Act Act
Résultat Act

EatedBlacks public_oe property

public string EatedBlacks
Résultat string

EatedWhites public_oe property

public string EatedWhites
Résultat string

GameIdSeq public_oe static_oe property

public static int GameIdSeq
Résultat int

Id public_oe property

public int Id
Résultat int

MoveActions public_oe property

public List MoveActions
Résultat List

Moves public_oe property

public List Moves
Résultat List

PlayerBlack public_oe property

public User,Protocol PlayerBlack
Résultat Protocol.User

PlayerWhite public_oe property

public User,Protocol PlayerWhite
Résultat Protocol.User

TimeCreateGame public_oe property

public DateTime,System TimeCreateGame
Résultat System.DateTime

TimeStartGame public_oe property

public DateTime,System TimeStartGame
Résultat System.DateTime

Turn public_oe property

public Side Turn
Résultat Side