C# Class ViewDeckSample.MainSampleController

Inheritance: MonoKit.UI.TableViewController
Afficher le fichier Open project: sgmunn/MonoKit

Méthodes publiques

Méthode Description
InitSample ( ) : void
LoadView ( ) : void
MainSampleController ( ) : MonoKit.UI
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
StartContainedSample ( Element element ) : void
StartIntegratedSample ( Element element ) : void
StartMultiDeckSample ( Element element ) : void
StartSimpleSample ( Element element ) : void

Method Details

InitSample() public méthode

public InitSample ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

MainSampleController() public méthode

public MainSampleController ( ) : MonoKit.UI
Résultat MonoKit.UI

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

StartContainedSample() public méthode

public StartContainedSample ( Element element ) : void
element Element
Résultat void

StartIntegratedSample() public méthode

public StartIntegratedSample ( Element element ) : void
element Element
Résultat void

StartMultiDeckSample() public méthode

public StartMultiDeckSample ( Element element ) : void
element Element
Résultat void

StartSimpleSample() public méthode

public StartSimpleSample ( Element element ) : void
element Element
Résultat void