C# Class Bamboo.Prevalence.XPath.TypeInfoCache

A cache for the navigable properties of a type.
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Méthodes publiques

Свойство Type Description
EmptyValueProviderArray IValueProvider[]

Méthodes publiques

Méthode Description
GetNavigableProperties ( object o ) : IValueProvider[]

Return the navigable properties for the object passed as argument. Any readable public property is considered navigable.

TypeInfoCache ( ) : System

Constructs an empty TypeInfoCache.

Private Methods

Méthode Description
FindNavigableProperties ( object o ) : IValueProvider[]

Method Details

GetNavigableProperties() public méthode

Return the navigable properties for the object passed as argument. Any readable public property is considered navigable.
public GetNavigableProperties ( object o ) : IValueProvider[]
o object object
Résultat IValueProvider[]

TypeInfoCache() public méthode

Constructs an empty TypeInfoCache.
public TypeInfoCache ( ) : System
Résultat System

Property Details

EmptyValueProviderArray public_oe static_oe property

For types with no navigable properties (like primitives).
public static IValueProvider[] EmptyValueProviderArray
Résultat IValueProvider[]