Initializes a new instance of a OrderedMapType class.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public OrderedMapType( string role, string propertyRef, bool isEmbeddedInXML ) |
| Visual Basic |
|---|
Public Sub New ( _ role As String, _ propertyRef As String, _ isEmbeddedInXML As Boolean _ ) |
| Visual C++ |
|---|
public: OrderedMapType( String^ role, String^ propertyRef, bool isEmbeddedInXML ) |
Parameters
- role
- Type: System..::..String
The role the persistent collection is in.
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.OrderedMapType.#ctor(System.String,System.String,System.Boolean)"]
- isEmbeddedInXML
- Type: System..::..Boolean
[Missing <param name="isEmbeddedInXML"/> documentation for "M:NHibernate.Type.OrderedMapType.#ctor(System.String,System.String,System.Boolean)"]