Types in FluentNHibernate
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;
MemberTypes MemberType get;