C# Class MingStar.SimUniversity.Game.Move.TryStartUpMove

Inheritance: IProbabilityPlayerMove, IPlayerMoveForUpdate, ITryStartUpMove
Afficher le fichier Open project: MingStar/SimUniversity

Méthodes publiques

Свойство Type Description
NeededStudents MingStar.SimUniversity.Contract.StudentGroup[]

Méthodes publiques

Méthode Description
ApplyTo ( Game game ) : void
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
TryStartUpMove ( ) : System.Collections.Generic
Undo ( Game game ) : void

Private Methods

Méthode Description
TryStartUpMove ( bool isSuccessful ) : System.Collections.Generic

Method Details

ApplyTo() public méthode

public ApplyTo ( Game game ) : void
game Game
Résultat void

IsLegalToApply() public méthode

public IsLegalToApply ( Game game ) : bool
game Game
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TryStartUpMove() public méthode

public TryStartUpMove ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Undo() public méthode

public Undo ( Game game ) : void
game Game
Résultat void

Property Details

NeededStudents public_oe static_oe property

public static StudentGroup[],MingStar.SimUniversity.Contract NeededStudents
Résultat MingStar.SimUniversity.Contract.StudentGroup[]