C# Class MonoMobile.Views.EntryAttribute.EntryCellView

Inheritance: FocusableCellView
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Private Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
SetDataContext ( MemberData value ) : void

Private Methods

Méthode Description
SetKeyboard ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EntryCellView() public méthode

public EntryCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

HandleNotifyPropertyChanged() public méthode

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

InitializeTheme() public méthode

public InitializeTheme ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

SetDataContext() protected méthode

protected SetDataContext ( MemberData value ) : void
value MemberData
Résultat void

UpdateCell() public méthode

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
Résultat void