Click or drag to resize
IQueryObjectImpl Interface

Note: This API is now obsolete.

Internal class for query object.

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public interface IQueryObjectImpl : IQueryObject

The IQueryObjectImpl type exposes the following members.

Properties
  NameDescription
Public propertyIsAltered
Gets/Sets if an item is updated.
Public propertyIsDeleted
Get/Sets if an item is delted from the collection.
Public propertyIsNewlyAdded
Gets/Sets if an item is newly added to the collection.
Top
Methods
  NameDescription
Public methodFillBucket
fills up the bucket from current object.
Public methodFillObject
fills the object from working bucket.
Public methodFillProperty
fills up the property of current object.
Top
See Also