Namespaces

Types

Type ProxyTypeValidator

Namespace NHibernate.Proxy

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

ICollection ValidateType(Type type)

Validates whether can be specified as the base class (or an interface) for a dynamically-generated proxy.
Parameters
return ICollection ${WriteSummary(content)}
Type type The type to validate.