C# Class Android.Dialog.BindingContext

Inheritance: IDisposable
Afficher le fichier Open project: sam-lippert/Android.Dialog

Méthodes publiques

Свойство Type Description
Root RootElement

Méthodes publiques

Méthode Description
BindingContext ( object callbacks, object o, string title ) : System
Dispose ( ) : void
Fetch ( ) : void
Populate ( object callbacks, object o, RootElement root ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetTypeForMember ( MemberInfo mi ) : Type
GetValue ( MemberInfo mi, object o ) : object
MakeCaption ( string name ) : string
SetValue ( MemberInfo mi, object o, object val ) : void

Method Details

BindingContext() public méthode

public BindingContext ( object callbacks, object o, string title ) : System
callbacks object
o object
title string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Fetch() public méthode

public Fetch ( ) : void
Résultat void

Populate() public méthode

public Populate ( object callbacks, object o, RootElement root ) : void
callbacks object
o object
root RootElement
Résultat void

Property Details

Root public_oe property

public RootElement Root
Résultat RootElement