C# Class HoldItCore.Stall

Inheritance: System.Windows.Controls.Control
显示文件 Open project: ibdknox/swred Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Alert() public method

public Alert ( int incrementValue, string reason ) : void
incrementValue int
reason string
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

PersonEntered() public method

public PersonEntered ( ) : void
return void

PersonEntering() public method

public PersonEntering ( Person person ) : void
person HoldItCore.People.Person
return void

PersonLeft() public method

public PersonLeft ( ) : void
return void

Stall() public method

public Stall ( ) : System.Collections.Generic
return System.Collections.Generic