C# Class XamarinEvolveIOS.UserProfileHeaderCell

Inheritance: CustomUITableViewCellSubView
Mostrar archivo Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Private Properties

Property Type Description
LoadImageView void

Public Methods

Method Description
RefreshImageFromData ( ) : void
UserProfileHeaderCell ( User userProfile ) : System

Protected Methods

Method Description
EditStyleChanged ( bool editing, bool animated ) : void

Private Methods

Method Description
LoadImageView ( byte data ) : void

Method Details

EditStyleChanged() protected method

protected EditStyleChanged ( bool editing, bool animated ) : void
editing bool
animated bool
return void

RefreshImageFromData() public method

public RefreshImageFromData ( ) : void
return void

UserProfileHeaderCell() public method

public UserProfileHeaderCell ( User userProfile ) : System
userProfile XamarinEvolveSSLibrary.User
return System