C# Class ToddlerAddition.ViewModel

Inheritance: IDisposable
ファイルを表示 Open project: Clancey/ToddlerAddition Class Usage Examples

Public Properties

Property Type Description
Finished System.Action
FirstActivated System.Action
FirstCompleted Action
FirstItems List
FlipTotal System.Action
OneCompleted System.Action
SecondActivated System.Action
SecondCompleted Action
SecondItems List
WrongValue System.Action

Public Methods

Method Description
AreBothFinished ( ) : bool
CreateAddition ( int max ) : ViewModel
Dispose ( ) : void
TappedEquals ( ) : void
TappedTotal ( ) : void
Update ( ) : void
ViewModel ( ) : System

Private Methods

Method Description
IsFinished ( ) : bool

Method Details

AreBothFinished() public method

public AreBothFinished ( ) : bool
return bool

CreateAddition() public static method

public static CreateAddition ( int max ) : ViewModel
max int
return ViewModel

Dispose() public method

public Dispose ( ) : void
return void

TappedEquals() public method

public TappedEquals ( ) : void
return void

TappedTotal() public method

public TappedTotal ( ) : void
return void

Update() public method

public Update ( ) : void
return void

ViewModel() public method

public ViewModel ( ) : System
return System

Property Details

Finished public_oe property

public Action,System Finished
return System.Action

FirstActivated public_oe property

public Action,System FirstActivated
return System.Action

FirstCompleted public_oe property

public Action FirstCompleted
return Action

FirstItems public_oe property

public List FirstItems
return List

FlipTotal public_oe property

public Action,System FlipTotal
return System.Action

OneCompleted public_oe property

public Action,System OneCompleted
return System.Action

SecondActivated public_oe property

public Action,System SecondActivated
return System.Action

SecondCompleted public_oe property

public Action SecondCompleted
return Action

SecondItems public_oe property

public List SecondItems
return List

WrongValue public_oe property

public Action,System WrongValue
return System.Action