C# 클래스 Bamboo.Prevalence.XPath.TypeInfoCache

A cache for the navigable properties of a type.
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 프로퍼티들

프로퍼티 타입 설명
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[]