C# Class HoldItCore.Stall

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

Méthodes publiques

Méthode Description
Alert ( int incrementValue, string reason ) : void
OnApplyTemplate ( ) : void
PersonEntered ( ) : void
PersonEntering ( Person person ) : void
PersonLeft ( ) : void
Stall ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Alert() public méthode

public Alert ( int incrementValue, string reason ) : void
incrementValue int
reason string
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

PersonEntered() public méthode

public PersonEntered ( ) : void
Résultat void

PersonEntering() public méthode

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

PersonLeft() public méthode

public PersonLeft ( ) : void
Résultat void

Stall() public méthode

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