XmlSortKeyAccumulator Struct

Definition

Accumulates a list of sort keys and stores them in an array.

This API supports the product infrastructure and is not intended to be used directly from your code.

public value class XmlSortKeyAccumulator
public struct XmlSortKeyAccumulator
type XmlSortKeyAccumulator = struct
Public Structure XmlSortKeyAccumulator
Inheritance
XmlSortKeyAccumulator

Properties

Keys

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an array of sort keys that was constructed by the internal XmlSortKeyAccumulator class.

Methods

AddDateTimeSortKey(XmlCollation, DateTime)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new DateTime sort key and appends it to the current run of sort keys.

AddDecimalSortKey(XmlCollation, Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new Decimal sort key and appends it to the current run of sort keys.

AddDoubleSortKey(XmlCollation, Double)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new Double sort key and appends it to the current run of sort keys.

AddEmptySortKey(XmlCollation)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new empty sort key and appends it to the current run of sort keys.

AddIntegerSortKey(XmlCollation, Int64)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new Int64 sort key and appends it to the current run of sort keys.

AddIntSortKey(XmlCollation, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new Int32 sort key and appends it to the current run of sort keys.

AddStringSortKey(XmlCollation, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new String sort key and appends it to the current run of sort keys.

Create()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes the XmlSortKeyAccumulator.

FinishSortKeys()

This API supports the product infrastructure and is not intended to be used directly from your code.

Finishes creating the current run of sort keys and begins a new run.

Applies to