C# 클래스 WP.Dialog.Element

상속: IElement, IDisposable
파일 보기 프로젝트 열기: runegri/Android.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
TagProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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

메소드 상세

ActOnCurrentAttachedCell() 공개 메소드

public ActOnCurrentAttachedCell ( System.Action updateAction ) : void
updateAction System.Action
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Element() 보호된 메소드

protected Element ( string caption ) : System
caption string
리턴 System

Element() 보호된 메소드

protected Element ( string caption, string layoutName ) : System
caption string
layoutName string
리턴 System

GetView() 공개 메소드

public GetView ( ) : UIElement
리턴 System.Windows.UIElement

GetViewImpl() 보호된 메소드

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

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

Selected() 공개 메소드

public Selected ( ) : void
리턴 void

Summary() 공개 메소드

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
리턴 string

UpdateCaptionDisplay() 보호된 메소드

protected UpdateCaptionDisplay ( ) : void
리턴 void

UpdateCellDisplay() 보호된 메소드

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

프로퍼티 상세

TagProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TagProperty
리턴 System.Windows.DependencyProperty