IQueryObjectImpl Interface |
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IQueryObjectImpl : IQueryObject
The IQueryObjectImpl type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsAltered |
Gets/Sets if an item is updated.
|
![]() | IsDeleted |
Get/Sets if an item is delted from the collection.
|
![]() | IsNewlyAdded |
Gets/Sets if an item is newly added to the collection.
|
Name | Description | |
---|---|---|
![]() | FillBucket |
fills up the bucket from current object.
|
![]() | FillObject |
fills the object from working bucket.
|
![]() | FillProperty |
fills up the property of current object.
|