C# 클래스 MBC.Shared.ControllerRegister

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

공개 메소드들

메소드 설명
ControllerRegister ( MBC.Shared.Controller control ) : System

Stores the match and id and sets the score to zero.

ControllerRegister ( ControllerRegister copy ) : System

Deeply copies an existing ControllerRegister.

Equals ( ControllerRegister register ) : bool

Determines whether or not this ControllerRegister is equivalent to another ControllerRegister. Only the ControllerRegister.ID and ControllerRegister.Match are compared as they are only relevant for equivalence.

Equals ( object obj ) : bool

Determines whether or not this ControllerRegister is equivalent to another ControllerRegister. Only the ControllerRegister.ID and ControllerRegister.Match are compared as they are only relevant for equivalence.

ToString ( ) : string

Generates a string representation of the ControllerRegister by providing the ControllerID and Controller display name.

메소드 상세

ControllerRegister() 공개 메소드

Stores the match and id and sets the score to zero.
public ControllerRegister ( MBC.Shared.Controller control ) : System
control MBC.Shared.Controller
리턴 System

ControllerRegister() 공개 메소드

Deeply copies an existing ControllerRegister.
public ControllerRegister ( ControllerRegister copy ) : System
copy ControllerRegister A to copy.
리턴 System

Equals() 공개 메소드

Determines whether or not this ControllerRegister is equivalent to another ControllerRegister. Only the ControllerRegister.ID and ControllerRegister.Match are compared as they are only relevant for equivalence.
public Equals ( ControllerRegister register ) : bool
register ControllerRegister The to compare with.
리턴 bool

Equals() 공개 메소드

Determines whether or not this ControllerRegister is equivalent to another ControllerRegister. Only the ControllerRegister.ID and ControllerRegister.Match are compared as they are only relevant for equivalence.
public Equals ( object obj ) : bool
obj object The object to compare with.
리턴 bool

ToString() 공개 메소드

Generates a string representation of the ControllerRegister by providing the ControllerID and Controller display name.
public ToString ( ) : string
리턴 string