Namespaces

Types in FluentNHibernate

Type DummyPropertyInfo

Namespace FluentNHibernate

Parent PropertyInfo

Methods

Properties

Public instance methods

MethodInfo[] GetAccessors(bool nonPublic)

MethodInfo[] GetAccessors()

object GetConstantValue()

Object[] GetCustomAttributes(Type attributeType, bool inherit)

Object[] GetCustomAttributes(bool inherit)

MethodInfo GetGetMethod()

MethodInfo GetGetMethod(bool nonPublic)

ParameterInfo[] GetIndexParameters()

Type[] GetOptionalCustomModifiers()

object GetRawConstantValue()

Type[] GetRequiredCustomModifiers()

MethodInfo GetSetMethod()

MethodInfo GetSetMethod(bool nonPublic)

object GetValue(object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)

object GetValue(object obj, Object[] index)

bool IsDefined(Type attributeType, bool inherit)

void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)

void SetValue(object obj, object value, Object[] index)

Public properties

PropertyAttributes Attributes get;

bool CanRead get;

bool CanWrite get;

Type DeclaringType get;

bool IsSpecialName get;

MemberTypes MemberType get;

int MetadataToken get;

Module Module get;

string Name get;

Type PropertyType get;

Type ReflectedType get;