Click or drag to resize
BucketItem Class

Note: This API is now obsolete.

Contains the detail for quried or valued items.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.LinqExtenderBucketItem

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 BucketItem : IContainer

The BucketItem type exposes the following members.

Constructors
  NameDescription
Public methodBucketItem
Initializes a new instance of the BucketItem class.
Top
Properties
  NameDescription
Public propertyChild
Get or sets the child.
Public propertyContainer
Gets or sets the container.
Public propertyDeclaringType
Gets the underlying object type.
Public propertyFullName
Gets the fully qualified name of the BucketItem.
Public propertyHasMultipleValues
Determines if the item is used multiple times in where clause.
Public propertyIsModified

Field Value

Type: 
true if user updatas the property value manually.
Public propertyMemberInfo
Gets or sets the member info.
Public propertyMethod
Gets or sets the method used in query.
Public propertyName
Name of the property or value of OriginalFieldNameAttribute if used.
Public propertyOperator
Return RelationType enum for the quried item.
Public propertyPropertyType
Type of the property that bucketItem represents.
Public propertyProperyName
Name of property that bucketItem represents.
Public propertyUnique
Gets if a property is unique.
Public propertyValue
Return values for quried item in where clause. Optionally, tries to combine the value for nested class queries. Optionally, creates object[] for system and abstract types. Return values in raw format regardless of its releation type.
Public propertyValues
Return multiple values if item quried with different values in same where clause.
Top
Methods
  NameDescription
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 methodFindAttribute
finds the attribute, within property
Public methodGetActiveItem
Validates and finds the active item with value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value for a target object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue
Sets the value to target 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