Initializes a new instance of the BackrefPropertyAccessor class

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

Syntax

C#
public BackrefPropertyAccessor(
	string collectionRole,
	string entityName
)
Visual Basic
Public Sub New ( _
	collectionRole As String, _
	entityName As String _
)
Visual C++
public:
BackrefPropertyAccessor(
	String^ collectionRole, 
	String^ entityName
)

Parameters

collectionRole
Type: System..::..String

[Missing <param name="collectionRole"/> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.#ctor(System.String,System.String)"]

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.#ctor(System.String,System.String)"]

See Also