C# Class WP.Dialog.Element

Inheritance: IElement, IDisposable
Mostrar archivo Open project: runegri/Android.Dialog

Public Properties

Property Type Description
TagProperty System.Windows.DependencyProperty

Public Methods

Method 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.

Protected Methods

Method 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 method

public ActOnCurrentAttachedCell ( System.Action updateAction ) : void
updateAction System.Action
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Element() protected method

protected Element ( string caption ) : System
caption string
return System

Element() protected method

protected Element ( string caption, string layoutName ) : System
caption string
layoutName string
return System

GetView() public method

public GetView ( ) : UIElement
return System.Windows.UIElement

GetViewImpl() protected method

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

Matches() public method

public Matches ( string text ) : bool
text string
return bool

Selected() public method

public Selected ( ) : void
return void

Summary() public method

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
return string

UpdateCaptionDisplay() protected method

protected UpdateCaptionDisplay ( ) : void
return void

UpdateCellDisplay() protected method

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

Property Details

TagProperty public_oe static_oe property

public static DependencyProperty,System.Windows TagProperty
return System.Windows.DependencyProperty