Namespaces

Types

Type ChainedPropertyAccessor

Namespace NHibernate.Property

Interfaces IPropertyAccessor

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

IGetter GetGetter(Type theClass, string propertyName)

Parameters
return IGetter
Type theClass
string propertyName

int GetHashCode()

Parameters
return int

ISetter GetSetter(Type theClass, string propertyName)

Parameters
return ISetter
Type theClass
string propertyName

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string