C# Class MonoMobile.Views.RefreshTableHeaderView

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

Méthodes publiques

Méthode Description
Flip ( bool animate ) : void
LayoutSubviews ( ) : void
RefreshTableHeaderView ( RectangleF rect ) : System
RefreshTableHeaderView ( RectangleF rect, string settingsKey ) : System
SetActivity ( bool active ) : void
SetStatus ( RefreshStatus status ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Dispose() protected méthode

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

Flip() public méthode

public Flip ( bool animate ) : void
animate bool
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

RefreshTableHeaderView() public méthode

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

RefreshTableHeaderView() public méthode

public RefreshTableHeaderView ( RectangleF rect, string settingsKey ) : System
rect System.Drawing.RectangleF
settingsKey string
Résultat System

SetActivity() public méthode

public SetActivity ( bool active ) : void
active bool
Résultat void

SetStatus() public méthode

public SetStatus ( RefreshStatus status ) : void
status RefreshStatus
Résultat void