C# Класс Bamboo.Prevalence.XPath.TypeInfoCache

A cache for the navigable properties of a type.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EmptyValueProviderArray IValueProvider[]

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

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

Приватные методы

Метод Описание
FindNavigableProperties ( object o ) : IValueProvider[]

Описание методов

GetNavigableProperties() публичный метод

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
Результат IValueProvider[]

TypeInfoCache() публичный метод

Constructs an empty TypeInfoCache.
public TypeInfoCache ( ) : System
Результат System

Описание свойств

EmptyValueProviderArray публичное статическое свойство

For types with no navigable properties (like primitives).
public static IValueProvider[] EmptyValueProviderArray
Результат IValueProvider[]