C# Class MonoTouch.Dialog.BooleanElementCell

Inheritance: UITableViewCell
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
KEY NSString

Public Methods

Method Description
BooleanElementCell ( ) : System
PrepareForReuse ( ) : void
Update ( BooleanElement element ) : void

Private Methods

Method Description
prepareCell ( ) : void

Method Details

BooleanElementCell() public method

public BooleanElementCell ( ) : System
return System

PrepareForReuse() public method

public PrepareForReuse ( ) : void
return void

Update() public method

public Update ( BooleanElement element ) : void
element BooleanElement
return void

Property Details

KEY public_oe static_oe property

public static NSString KEY
return NSString