C# Class WPSampleApp.WindowsPhoneElementBuilder

Inheritance: Dialog.Core.Builder.ElementBuilder
Afficher le fichier Open project: runegri/Android.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
RegisterDefaultElements ( ) : void
WindowsPhoneElementBuilder ( bool registerDefaultElements = true ) : System

Méthodes protégées

Méthode Description
CreateNewGroup ( GroupDescription groupDescription ) : IGroup
CreateNewSection ( SectionDescription sectionDescription ) : ISection

Method Details

CreateNewGroup() protected méthode

protected CreateNewGroup ( GroupDescription groupDescription ) : IGroup
groupDescription Dialog.Core.Descriptions.GroupDescription
Résultat IGroup

CreateNewSection() protected méthode

protected CreateNewSection ( SectionDescription sectionDescription ) : ISection
sectionDescription Dialog.Core.Descriptions.SectionDescription
Résultat ISection

RegisterDefaultElements() public méthode

public RegisterDefaultElements ( ) : void
Résultat void

WindowsPhoneElementBuilder() public méthode

public WindowsPhoneElementBuilder ( bool registerDefaultElements = true ) : System
registerDefaultElements bool
Résultat System