Namespaces

Types

Type FilterDefinition

Namespace NHibernate.Engine

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

IType GetParameterType(string parameterName)

Retreive the type of the named parameter defined for this filter.
Parameters
return IType The type of the named parameter.
string parameterName The name of the filter parameter for which to return the type.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

string DefaultFilterCondition get;

return string

string FilterName get;

Get the name of the filter this configuration defines.
return string

ICollection ParameterNames get;

Get a set of the parameters defined by this configuration.
return ICollection

IDictionary ParameterTypes get;

return IDictionary