C# 클래스 DialogSampleApp.AdElement

http://stackoverflow.com/questions/5504077/setting-bounds-for-a-uiviewelement-monotouch-dialog
상속: Section
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
Flags CellFlags

보호된 프로퍼티들

프로퍼티 타입 설명
View UIView

공개 메소드들

메소드 설명
AdElement ( ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AdLoaded ( object sender, EventArgs e ) : void
FailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void

메소드 상세

AdElement() 공개 메소드

public AdElement ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

프로퍼티 상세

Flags 공개적으로 프로퍼티

public CellFlags Flags
리턴 CellFlags

View 보호되어 있는 프로퍼티

protected UIView View
리턴 UIView