C# Class XamarinEvolveIOS.UserProfileHeaderCell

Inheritance: CustomUITableViewCellSubView
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Private Properties

Свойство Type Description
LoadImageView void

Méthodes publiques

Méthode Description
RefreshImageFromData ( ) : void
UserProfileHeaderCell ( User userProfile ) : System

Méthodes protégées

Méthode Description
EditStyleChanged ( bool editing, bool animated ) : void

Private Methods

Méthode Description
LoadImageView ( byte data ) : void

Method Details

EditStyleChanged() protected méthode

protected EditStyleChanged ( bool editing, bool animated ) : void
editing bool
animated bool
Résultat void

RefreshImageFromData() public méthode

public RefreshImageFromData ( ) : void
Résultat void

UserProfileHeaderCell() public méthode

public UserProfileHeaderCell ( User userProfile ) : System
userProfile XamarinEvolveSSLibrary.User
Résultat System