C# Class MonoKitSample.Samples

ファイルを表示 Open project: sgmunn/MonoKit Class Usage Examples

Public Methods

Method Description
Samples ( UINavigationController rootController ) : System
SetupMainIndexSection ( TableViewSource source ) : void

Protected Methods

Method Description
DoDomainTest1 ( Element element ) : void
DoDomainTest2 ( Element element ) : void
DoGCCollect ( Element element ) : void
DoMinionTest ( Element element ) : void
DoSqliteTest ( Element element ) : void
DoTaskTest ( Element element ) : void
GotoBindToSingleObject ( Element element ) : void
GotoBindingSamples ( Element element ) : void
GotoCustomControl ( Element element ) : void
GotoElementSamples ( Element element ) : void
GotoGCTests ( Element element ) : void
GotoLargeDataSample ( Element element ) : void
SelfReferencingItemsTest ( Element element ) : void

Private Methods

Method Description
UpdateText ( Element e ) : void

Method Details

DoDomainTest1() protected method

protected DoDomainTest1 ( Element element ) : void
element Element
return void

DoDomainTest2() protected method

protected DoDomainTest2 ( Element element ) : void
element Element
return void

DoGCCollect() protected method

protected DoGCCollect ( Element element ) : void
element Element
return void

DoMinionTest() protected method

protected DoMinionTest ( Element element ) : void
element Element
return void

DoSqliteTest() protected method

protected DoSqliteTest ( Element element ) : void
element Element
return void

DoTaskTest() protected method

protected DoTaskTest ( Element element ) : void
element Element
return void

GotoBindToSingleObject() protected method

protected GotoBindToSingleObject ( Element element ) : void
element Element
return void

GotoBindingSamples() protected method

protected GotoBindingSamples ( Element element ) : void
element Element
return void

GotoCustomControl() protected method

protected GotoCustomControl ( Element element ) : void
element Element
return void

GotoElementSamples() protected method

protected GotoElementSamples ( Element element ) : void
element Element
return void

GotoGCTests() protected method

protected GotoGCTests ( Element element ) : void
element Element
return void

GotoLargeDataSample() protected method

protected GotoLargeDataSample ( Element element ) : void
element Element
return void

Samples() public method

public Samples ( UINavigationController rootController ) : System
rootController UINavigationController
return System

SelfReferencingItemsTest() protected method

protected SelfReferencingItemsTest ( Element element ) : void
element Element
return void

SetupMainIndexSection() public method

public SetupMainIndexSection ( TableViewSource source ) : void
source TableViewSource
return void