Click or drag to resize
Bucket Class

Note: This API is now obsolete.

Bucket is stuctured representation of the orignal query object.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.LinqExtenderBucket

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 class Bucket : IContainer

The Bucket type exposes the following members.

Constructors
  NameDescription
Public methodBucket
Initializes a new instance of the Bucket class
Top
Properties
  NameDescription
Public propertyContainer
Gets/ sets the name of the container.
Public propertyGroup
Gets or set the group container.
Public propertyIsDirty
Gets/Sets

Field Value

Type: 
true if an where is clause used.
Public propertyItems
Contains property items for current bucket.
Public propertyItemsToSkip
Gets/ Sets items to skip from start.
Public propertyItemsToTake
Gets/Sets Items to Take from collection.
Public propertyMethods
Gets a list of methods executed on the query.
Public propertyName
Gets the name of the Bucket object, either the class name or value of OriginalEntityName, if used.
Public propertyNotItems
Public propertyOrderByItems
Holds order by information.
Public propertySelectItems
Public propertyUniqueItems
Returns property name for which the UniqueIdentifierAttribute is defined.
Top
Methods
  NameDescription
Protected methodClear
Clears out any used properties.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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