Click or drag to resize
BucketItem Properties

The BucketItem type exposes the following members.

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
See Also