C# Class MonoMobile.Views.EntryAttribute.EntryCellView

Inheritance: FocusableCellView
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Private Properties

Property Type Description
SetKeyboard void

Public Methods

Method Description
EntryCellView ( RectangleF frame ) : System
HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
InitializeTheme ( UITableViewCell cell ) : void
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
SetDataContext ( MemberData value ) : void

Private Methods

Method Description
SetKeyboard ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EntryCellView() public method

public EntryCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

HandleNotifyPropertyChanged() public method

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void

InitializeTheme() public method

public InitializeTheme ( UITableViewCell cell ) : void
cell UITableViewCell
return void

SetDataContext() protected method

protected SetDataContext ( MemberData value ) : void
value MemberData
return void

UpdateCell() public method

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
return void