C# Class DialogSampleApp.AdElement

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

Public Properties

Property Type Description
Flags CellFlags

Protected Properties

Property Type Description
View UIView

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AdLoaded ( object sender, EventArgs e ) : void
FailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void

Method Details

AdElement() public method

public AdElement ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

Property Details

Flags public_oe property

public CellFlags Flags
return CellFlags

View protected_oe property

protected UIView View
return UIView