C# Класс XAMLMarkupExtensions.Binding.DynBindingExtension

Наследование: NestedMarkupExtension, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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