C# 클래스 XAMLMarkupExtensions.Binding.DynBindingExtension

상속: NestedMarkupExtension, INotifyPropertyChanged
파일 보기 프로젝트 열기: MrCircuit/XAMLMarkupExtensions

공개 메소드들

메소드 설명
DynBindingExtension ( ) : System

Creates a new instance.

DynBindingExtension ( string path ) : System

Creates a new instance.

FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object

This function returns the properly prepared output of the markup extension.

보호된 메소드들

메소드 설명
UpdateOnEndpoint ( TargetInfo endpoint ) : bool

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.

비공개 메소드들

메소드 설명
OnNotifyPropertyChanged ( string property ) : void

Notify that a property has changed

메소드 상세

DynBindingExtension() 공개 메소드

Creates a new instance.
public DynBindingExtension ( ) : System
리턴 System

DynBindingExtension() 공개 메소드

Creates a new instance.
public DynBindingExtension ( string path ) : System
path string The binding path.
리턴 System

FormatOutput() 공개 메소드

This function returns the properly prepared output of the markup extension.
public FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object
endPoint TargetInfo Information about the endpoint.
info TargetInfo Information about the target.
리턴 object

UpdateOnEndpoint() 보호된 메소드

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.
protected UpdateOnEndpoint ( TargetInfo endpoint ) : bool
endpoint TargetInfo Information on the specific endpoint.
리턴 bool