Initializes a new instance of the FilterKey class

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

Syntax

C#
public FilterKey(
	string name,
	IEnumerable<KeyValuePair<string, Object>> params,
	IDictionary<string, IType> types,
	EntityMode entityMode
)
Visual Basic
Public Sub New ( _
	name As String, _
	params As IEnumerable(Of KeyValuePair(Of String, Object)), _
	types As IDictionary(Of String, IType), _
	entityMode As EntityMode _
)
Visual C++
public:
FilterKey(
	String^ name, 
	IEnumerable<KeyValuePair<String^, Object^>>^ params, 
	IDictionary<String^, IType^>^ types, 
	EntityMode entityMode
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:NHibernate.Cache.FilterKey.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IDictionary{System.String,NHibernate.Type.IType},NHibernate.EntityMode)"]

params
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, Object>)>)>>)>)>

[Missing <param name="params"/> documentation for "M:NHibernate.Cache.FilterKey.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IDictionary{System.String,NHibernate.Type.IType},NHibernate.EntityMode)"]

types
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IType>)>)>

[Missing <param name="types"/> documentation for "M:NHibernate.Cache.FilterKey.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IDictionary{System.String,NHibernate.Type.IType},NHibernate.EntityMode)"]

entityMode
Type: NHibernate..::..EntityMode

[Missing <param name="entityMode"/> documentation for "M:NHibernate.Cache.FilterKey.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IDictionary{System.String,NHibernate.Type.IType},NHibernate.EntityMode)"]

See Also