Namespaces

Types

Type DummyPropertyInfo

Namespace FluentNHibernate

Parent PropertyInfo

Methods

Properties

Public instance methods

MethodInfo[] GetAccessors(bool nonPublic)

Parameters
return MethodInfo[]
bool nonPublic

MethodInfo[] GetAccessors()

Parameters
return MethodInfo[]

object GetConstantValue()

Parameters
return object

Object[] GetCustomAttributes(Type attributeType, bool inherit)

Parameters
return Object[]
Type attributeType
bool inherit

Object[] GetCustomAttributes(bool inherit)

Parameters
return Object[]
bool inherit

MethodInfo GetGetMethod()

Parameters
return MethodInfo

MethodInfo GetGetMethod(bool nonPublic)

Parameters
return MethodInfo
bool nonPublic

ParameterInfo[] GetIndexParameters()

Parameters
return ParameterInfo[]

Type[] GetOptionalCustomModifiers()

Parameters
return Type[]

object GetRawConstantValue()

Parameters
return object

Type[] GetRequiredCustomModifiers()

Parameters
return Type[]

MethodInfo GetSetMethod()

Parameters
return MethodInfo

MethodInfo GetSetMethod(bool nonPublic)

Parameters
return MethodInfo
bool nonPublic

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

Parameters
return object
object obj
BindingFlags invokeAttr
Binder binder
Object[] index
CultureInfo culture

object GetValue(object obj, Object[] index)

Parameters
return object
object obj
Object[] index

bool IsDefined(Type attributeType, bool inherit)

Parameters
return bool
Type attributeType
bool inherit

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

Parameters
object obj
object value
BindingFlags invokeAttr
Binder binder
Object[] index
CultureInfo culture

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

Parameters
object obj
object value
Object[] index

Public properties

PropertyAttributes Attributes get;

return PropertyAttributes

bool CanRead get;

return bool

bool CanWrite get;

return bool

Type DeclaringType get;

return Type

bool IsSpecialName get;

return bool

MemberTypes MemberType get;

return MemberTypes

int MetadataToken get;

return int

Module Module get;

return Module

string Name get;

return string

Type PropertyType get;

return Type

Type ReflectedType get;

return Type