C# Class SilverlightMappingToolBasic.TimeSpanFilter

Inheritance: MetadataFilter
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
HasMatch ( INodeProxy node ) : bool

Compares if the nodes metadata value is ==, !=, >, >=, <, <=, to the value passed as a parameter.

Method Details

HasMatch() public méthode

Compares if the nodes metadata value is ==, !=, >, >=, <, <=, to the value passed as a parameter.
public HasMatch ( INodeProxy node ) : bool
node INodeProxy
Résultat bool