Namespaces

Types

Type StandardProperty

Namespace NHibernate.Tuple

Parent Property

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

bool IsDirtyCheckable()

Parameters
return bool

bool IsDirtyCheckable(bool hasUninitializedProperties)

Parameters
return bool
bool hasUninitializedProperties

string ToString()

Parameters
return string

Public properties

CascadeStyle CascadeStyle get;

return CascadeStyle

bool IsInsertable get;

return bool

bool IsInsertGenerated get;

return bool

bool IsLazy get;

return bool

bool IsNullable get;

return bool

bool IsUpdateable get;

return bool

bool IsUpdateGenerated get;

return bool

bool IsVersionable get;

return bool

string Name get;

return string

string Node get;

return string

IType Type get;

return IType