Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
IType..::.IsDirty(Object, Object, array<Boolean>[]()[], ISessionImplementor)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function IsDirty ( _ x As Object, _ y As Object, _ checkable As Boolean(), _ session As ISessionImplementor _ ) As Boolean |
C# |
---|
public override bool IsDirty( Object x, Object y, bool[] checkable, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual bool IsDirty( Object^ x, Object^ y, array<bool>^ checkable, ISessionImplementor^ session ) override |
JavaScript |
---|
function isDirty(x, y, checkable, session); |
Parameters
- x
- Type: System..::.Object
- y
- Type: System..::.Object
- checkable
- Type: array<
System..::.Boolean
>[]()[]
- session
- Type: NHibernate.Engine..::.ISessionImplementor
Implements
IType..::.IsDirty(Object, Object, array<Boolean>[]()[], ISessionImplementor)IType..::.IsDirty(Object, Object, array<Boolean>[]()[], ISessionImplementor)