C# 클래스 CrossUI.iOS.Dialog.Elements.ImageStringElement

상속: StringElement
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
ImageStringElement ( ) : Foundation
ImageStringElement ( string caption, System.Action tapped, UIKit.UIImage image ) : Foundation
ImageStringElement ( string caption, UIKit.UIImage image ) : Foundation
ImageStringElement ( string caption, string value, UIKit.UIImage image ) : Foundation

보호된 메소드들

메소드 설명
GetCellImpl ( UITableView tv ) : UITableViewCell

메소드 상세

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

ImageStringElement() 공개 메소드

public ImageStringElement ( ) : Foundation
리턴 Foundation

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, System.Action tapped, UIKit.UIImage image ) : Foundation
caption string
tapped System.Action
image UIKit.UIImage
리턴 Foundation

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, UIKit.UIImage image ) : Foundation
caption string
image UIKit.UIImage
리턴 Foundation

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, string value, UIKit.UIImage image ) : Foundation
caption string
value string
image UIKit.UIImage
리턴 Foundation