Click or drag to resize
UtilityCombine Method
tries to combine the values for a give a type . Ex User defined clasee and its properties.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static Object Combine(
	this IList<BucketItemQueryCondition> list,
	Type type
)

Parameters

list
Type: System.Collections.GenericIListBucketItemQueryCondition

[Missing <param name="list"/> documentation for "M:Intuit.Ipp.LinqExtender.Utility.Combine(System.Collections.Generic.IList{Intuit.Ipp.LinqExtender.BucketItem.QueryCondition},System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Intuit.Ipp.LinqExtender.Utility.Combine(System.Collections.Generic.IList{Intuit.Ipp.LinqExtender.BucketItem.QueryCondition},System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Utility.Combine(System.Collections.Generic.IList{Intuit.Ipp.LinqExtender.BucketItem.QueryCondition},System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListBucketItemQueryCondition. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also