C# Класс MBC.Shared.ControllerRegister

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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