[Missing <summary> documentation for "M:NHibernate.Properties.MapAccessor.GetSetter(System.Type,System.String)"]

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ISetter GetSetter(
	Type theClass,
	string propertyName
)
Visual Basic
Public Function GetSetter ( _
	theClass As Type, _
	propertyName As String _
) As ISetter
Visual C++
public:
virtual ISetter^ GetSetter(
	Type^ theClass, 
	String^ propertyName
) sealed

Parameters

theClass
Type: System..::..Type

[Missing <param name="theClass"/> documentation for "M:NHibernate.Properties.MapAccessor.GetSetter(System.Type,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Properties.MapAccessor.GetSetter(System.Type,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Properties.MapAccessor.GetSetter(System.Type,System.String)"]

Implements

IPropertyAccessor..::..GetSetter(Type, String)

See Also