Click or drag to resize
BucketOrderByInfo Constructor
Sets memeberReference, Suffix, asc

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 OrderByInfo(
	MemberReference memberReference,
	string suffix,
	bool asc
)

Parameters

memberReference
Type: Intuit.Ipp.LinqExtenderMemberReference

[Missing <param name="memberReference"/> documentation for "M:Intuit.Ipp.LinqExtender.Bucket.OrderByInfo.#ctor(Intuit.Ipp.LinqExtender.MemberReference,System.String,System.Boolean)"]

suffix
Type: SystemString

[Missing <param name="suffix"/> documentation for "M:Intuit.Ipp.LinqExtender.Bucket.OrderByInfo.#ctor(Intuit.Ipp.LinqExtender.MemberReference,System.String,System.Boolean)"]

asc
Type: SystemBoolean

[Missing <param name="asc"/> documentation for "M:Intuit.Ipp.LinqExtender.Bucket.OrderByInfo.#ctor(Intuit.Ipp.LinqExtender.MemberReference,System.String,System.Boolean)"]

See Also