C# Class Sanguosha.UI.Controls.RoomViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Méthodes publiques

Méthode Description
AddSeat ( SeatViewModel seat, bool addToLeft = null ) : void
ChangeSeat ( int seatId ) : void
ClearSeats ( ) : void
RemoveSeat ( SeatViewModel seat ) : void
RoomViewModel ( ) : System

Method Details

AddSeat() public méthode

public AddSeat ( SeatViewModel seat, bool addToLeft = null ) : void
seat SeatViewModel
addToLeft bool
Résultat void

ChangeSeat() public méthode

public ChangeSeat ( int seatId ) : void
seatId int
Résultat void

ClearSeats() public méthode

public ClearSeats ( ) : void
Résultat void

RemoveSeat() public méthode

public RemoveSeat ( SeatViewModel seat ) : void
seat SeatViewModel
Résultat void

RoomViewModel() public méthode

public RoomViewModel ( ) : System
Résultat System