C# Class WP.Dialog.Element

Inheritance: IElement, IDisposable
Afficher le fichier Open project: runegri/Android.Dialog

Méthodes publiques

Свойство Type Description
TagProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ActOnCurrentAttachedCell ( System.Action updateAction ) : void
Dispose ( ) : void
GetView ( ) : UIElement
Matches ( string text ) : bool
Selected ( ) : void
Summary ( ) : string

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Element ( string caption ) : System
Element ( string caption, string layoutName ) : System
GetViewImpl ( ) : UIElement

Overriden by most derived classes, creates an UIElement with the contents for display

UpdateCaptionDisplay ( ) : void
UpdateCellDisplay ( ) : void

Override this method if you want some other action to be taken when a cell view is set

Method Details

ActOnCurrentAttachedCell() public méthode

public ActOnCurrentAttachedCell ( System.Action updateAction ) : void
updateAction System.Action
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Element() protected méthode

protected Element ( string caption ) : System
caption string
Résultat System

Element() protected méthode

protected Element ( string caption, string layoutName ) : System
caption string
layoutName string
Résultat System

GetView() public méthode

public GetView ( ) : UIElement
Résultat System.Windows.UIElement

GetViewImpl() protected méthode

Overriden by most derived classes, creates an UIElement with the contents for display
protected GetViewImpl ( ) : UIElement
Résultat System.Windows.UIElement

Matches() public méthode

public Matches ( string text ) : bool
text string
Résultat bool

Selected() public méthode

public Selected ( ) : void
Résultat void

Summary() public méthode

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
public Summary ( ) : string
Résultat string

UpdateCaptionDisplay() protected méthode

protected UpdateCaptionDisplay ( ) : void
Résultat void

UpdateCellDisplay() protected méthode

Override this method if you want some other action to be taken when a cell view is set
protected UpdateCellDisplay ( ) : void
Résultat void

Property Details

TagProperty public_oe static_oe property

public static DependencyProperty,System.Windows TagProperty
Résultat System.Windows.DependencyProperty