[Missing <summary> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual int[] FindDirty( Object entity, Object id, Object[] currentState, Object[] previousState, string[] propertyNames, IType[] types ) |
Visual Basic |
---|
Public Overridable Function FindDirty ( _ entity As Object, _ id As Object, _ currentState As Object(), _ previousState As Object(), _ propertyNames As String(), _ types As IType() _ ) As Integer() |
Visual C++ |
---|
public: virtual array<int>^ FindDirty( Object^ entity, Object^ id, array<Object^>^ currentState, array<Object^>^ previousState, array<String^>^ propertyNames, array<IType^>^ types ) |
Parameters
- entity
- Type: System..::..Object
[Missing <param name="entity"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
- id
- Type: System..::..Object
[Missing <param name="id"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
- currentState
- Type: array<System..::..Object>[]()[][]
[Missing <param name="currentState"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
- previousState
- Type: array<System..::..Object>[]()[][]
[Missing <param name="previousState"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
- propertyNames
- Type: array<System..::..String>[]()[][]
[Missing <param name="propertyNames"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
- types
- Type: array<NHibernate.Type..::..IType>[]()[][]
[Missing <param name="types"/> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.EmptyInterceptor.FindDirty(System.Object,System.Object,System.Object[],System.Object[],System.String[],NHibernate.Type.IType[])"]