C# 클래스 ChessServer.GameObject

파일 보기 프로젝트 열기: Beginner7/Command2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GameObject ( User user ) : System
GameObject ( User user1, User user2 ) : System

메소드 상세

GameObject() 공개 메소드

public GameObject ( User user ) : System
user Protocol.User
리턴 System

GameObject() 공개 메소드

public GameObject ( User user1, User user2 ) : System
user1 Protocol.User
user2 Protocol.User
리턴 System

프로퍼티 상세

Act 공개적으로 프로퍼티

public Act Act
리턴 Act

EatedBlacks 공개적으로 프로퍼티

public string EatedBlacks
리턴 string

EatedWhites 공개적으로 프로퍼티

public string EatedWhites
리턴 string

GameIdSeq 공개적으로 정적으로 프로퍼티

public static int GameIdSeq
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

MoveActions 공개적으로 프로퍼티

public List MoveActions
리턴 List

Moves 공개적으로 프로퍼티

public List Moves
리턴 List

PlayerBlack 공개적으로 프로퍼티

public User,Protocol PlayerBlack
리턴 Protocol.User

PlayerWhite 공개적으로 프로퍼티

public User,Protocol PlayerWhite
리턴 Protocol.User

TimeCreateGame 공개적으로 프로퍼티

public DateTime,System TimeCreateGame
리턴 System.DateTime

TimeStartGame 공개적으로 프로퍼티

public DateTime,System TimeStartGame
리턴 System.DateTime

Turn 공개적으로 프로퍼티

public Side Turn
리턴 Side