C# Class HoldItCore.Level

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: ibdknox/swred Class Usage Examples

Méthodes publiques

Свойство Type Description
AccidentsProperty System.Windows.DependencyProperty
LevelNames List
RemainingProperty System.Windows.DependencyProperty
ScoreIncrementProperty System.Windows.DependencyProperty
ScoreProperty System.Windows.DependencyProperty
ScoreReasonProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
HandleCurrentStateChanged void
UpdateWaitingLine void

Méthodes publiques

Méthode Description
AccidentHappened ( ) : void
AdjustScore ( int change ) : void
Deselect ( Person person ) : void
GetNeighborCount ( Stall stall ) : int
GetNeighbors ( Stall stall ) : IEnumerable
Level ( ) : System
OnApplyTemplate ( ) : void
RemoveFromLine ( Person person ) : void
RemovePerson ( Person person ) : void
ScoreStallChoice ( Stall stall ) : void
Select ( Person person ) : void
SendPersonTo ( Stall stall ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
AddPerson ( Person person ) : void
OnCompleted ( ) : void
OnPersonRemoved ( Person person ) : void
Start ( ) : void

Private Methods

Méthode Description
HandleCurrentStateChanged ( object sender, System.Windows.VisualStateChangedEventArgs e ) : void
UpdateWaitingLine ( ) : void

Method Details

AccidentHappened() public méthode

public AccidentHappened ( ) : void
Résultat void

AddPerson() protected méthode

protected AddPerson ( Person person ) : void
person HoldItCore.People.Person
Résultat void

AdjustScore() public méthode

public AdjustScore ( int change ) : void
change int
Résultat void

Deselect() public méthode

public Deselect ( Person person ) : void
person HoldItCore.People.Person
Résultat void

GetNeighborCount() public méthode

public GetNeighborCount ( Stall stall ) : int
stall Stall
Résultat int

GetNeighbors() public méthode

public GetNeighbors ( Stall stall ) : IEnumerable
stall Stall
Résultat IEnumerable

Level() public méthode

public Level ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnCompleted() protected méthode

protected OnCompleted ( ) : void
Résultat void

OnPersonRemoved() protected méthode

protected OnPersonRemoved ( Person person ) : void
person HoldItCore.People.Person
Résultat void

RemoveFromLine() public méthode

public RemoveFromLine ( Person person ) : void
person HoldItCore.People.Person
Résultat void

RemovePerson() public méthode

public RemovePerson ( Person person ) : void
person HoldItCore.People.Person
Résultat void

ScoreStallChoice() public méthode

public ScoreStallChoice ( Stall stall ) : void
stall Stall
Résultat void

Select() public méthode

public Select ( Person person ) : void
person HoldItCore.People.Person
Résultat void

SendPersonTo() public méthode

public SendPersonTo ( Stall stall ) : void
stall Stall
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

AccidentsProperty public_oe static_oe property

public static DependencyProperty,System.Windows AccidentsProperty
Résultat System.Windows.DependencyProperty

LevelNames public_oe static_oe property

public static List LevelNames
Résultat List

RemainingProperty public_oe static_oe property

public static DependencyProperty,System.Windows RemainingProperty
Résultat System.Windows.DependencyProperty

ScoreIncrementProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScoreIncrementProperty
Résultat System.Windows.DependencyProperty

ScoreProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScoreProperty
Résultat System.Windows.DependencyProperty

ScoreReasonProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScoreReasonProperty
Résultat System.Windows.DependencyProperty