C# Class DialogSampleApp.AdElement

http://stackoverflow.com/questions/5504077/setting-bounds-for-a-uiviewelement-monotouch-dialog
Inheritance: Section
Afficher le fichier Open project: moljac/MonoMobile.Dialog

Méthodes publiques

Свойство Type Description
Flags CellFlags

Protected Properties

Свойство Type Description
View UIView

Méthodes publiques

Méthode Description
AdElement ( ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AdLoaded ( object sender, EventArgs e ) : void
FailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void

Method Details

AdElement() public méthode

public AdElement ( ) : System
Résultat System

Dispose() protected méthode

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

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

Property Details

Flags public_oe property

public CellFlags Flags
Résultat CellFlags

View protected_oe property

protected UIView View
Résultat UIView