C# Class XAMLMarkupExtensions.Base.NullExtension

An extension that returns null.
Inheritance: NestedMarkupExtension
Afficher le fichier Open project: MrCircuit/XAMLMarkupExtensions

Méthodes publiques

Méthode Description
FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object

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

Méthodes protégées

Méthode Description
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.

Method Details

FormatOutput() public méthode

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.
Résultat object

UpdateOnEndpoint() protected méthode

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.
Résultat bool