Click or drag to resize
QueryObjectT Class

Note: This API is now obsolete.

Query object implemenatation.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.LinqExtenderQueryObject
    Intuit.Ipp.LinqExtenderQueryObjectT

Namespace:  Intuit.Ipp.LinqExtender
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 sealed class QueryObject<T> : QueryObject, 
	IQueryObjectImpl, IQueryObject

Type Parameters

T

The QueryObjectT type exposes the following members.

Constructors
  NameDescription
Public methodQueryObjectT
Creates a new instance of the QueryObjectT for its underlying object.
Top
Properties
  NameDescription
Public propertyIsAltered Obsolete.
deternmines if the object is altered , thus call UpdateItemFormat.
Public propertyIsDeleted
determines if an item is removed from collection.
Public propertyIsNewlyAdded
determines if an item is newly added in the collection.
Public propertyReferringObject
Gets/Sets the underlying ref object for the query object implementation.
Top
Methods
  NameDescription
Public methodDispose
Disposes the query object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillBucket Obsolete.
Takes bucket reference and fills it up with new values.
Public methodFillObject Obsolete.
Fills object from its underlying bucket.
Public methodFillProperty
Fill value for a property name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also