| QueryObjectT Class |
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public sealed class QueryObject<T> : QueryObject, IQueryObjectImpl, IQueryObject
The QueryObjectT type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryObjectT |
Creates a new instance of the QueryObjectT for its underlying object.
|
| Name | Description | |
|---|---|---|
| IsAltered | Obsolete.
deternmines if the object is altered , thus call UpdateItemFormat.
| |
| IsDeleted |
determines if an item is removed from collection.
| |
| IsNewlyAdded |
determines if an item is newly added in the collection.
| |
| ReferringObject |
Gets/Sets the underlying ref object for the query object implementation.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the query object.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FillBucket | Obsolete.
Takes bucket reference and fills it up with new values.
| |
| FillObject | Obsolete.
Fills object from its underlying bucket.
| |
| FillProperty |
Fill value for a property name.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |