C# Class MonoMobile.Views.ComposableViewListCell

Inheritance: UITableViewCell
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateViewList ( IList viewTypes ) : void

Method Details

ComposableViewListCell() public méthode

public ComposableViewListCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ComposableViewListCell() public méthode

public ComposableViewListCell ( NSCoder coder ) : System
coder NSCoder
Résultat System

ComposableViewListCell() public méthode

public ComposableViewListCell ( UITableViewCellStyle style, NSString reuseIdentifier, NSIndexPath indexPath, IList viewTypes, ListSource listSource ) : System
style UITableViewCellStyle
reuseIdentifier NSString
indexPath NSIndexPath
viewTypes IList
listSource ListSource
Résultat System

CreateViewList() protected méthode

protected CreateViewList ( IList viewTypes ) : void
viewTypes IList
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void