C# 클래스 MonoMobile.Views.ComposableViewListCell

상속: UITableViewCell
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ComposableViewListCell ( IntPtr handle ) : System
ComposableViewListCell ( NSCoder coder ) : System
ComposableViewListCell ( UITableViewCellStyle style, NSString reuseIdentifier, NSIndexPath indexPath, IList viewTypes, ListSource listSource ) : System
Draw ( RectangleF rect ) : void
LayoutSubviews ( ) : void

보호된 메소드들

메소드 설명
CreateViewList ( IList viewTypes ) : void

메소드 상세

ComposableViewListCell() 공개 메소드

public ComposableViewListCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ComposableViewListCell() 공개 메소드

public ComposableViewListCell ( NSCoder coder ) : System
coder NSCoder
리턴 System

ComposableViewListCell() 공개 메소드

public ComposableViewListCell ( UITableViewCellStyle style, NSString reuseIdentifier, NSIndexPath indexPath, IList viewTypes, ListSource listSource ) : System
style UITableViewCellStyle
reuseIdentifier NSString
indexPath NSIndexPath
viewTypes IList
listSource ListSource
리턴 System

CreateViewList() 보호된 메소드

protected CreateViewList ( IList viewTypes ) : void
viewTypes IList
리턴 void

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void