Method | Description | |
---|---|---|
AddDateTimeSortKey ( |
||
AddDecimalSortKey ( |
||
AddDoubleSortKey ( |
||
AddEmptySortKey ( |
||
AddIntSortKey ( |
||
AddIntegerSortKey ( |
||
AddStringSortKey ( |
Create a new sort key and append it to the current run of sort keys.
|
|
Create ( ) : void |
Initialize the XmlSortKeyAccumulator.
|
|
FinishSortKeys ( ) : void |
Finish creating the current run of sort keys and begin a new run.
|
Method | Description | |
---|---|---|
AppendSortKey ( |
Append new sort key to the current run of sort keys.
|
public AddDateTimeSortKey ( |
||
collation | ||
value | System.DateTime | |
return | void |
public AddDecimalSortKey ( |
||
collation | ||
value | decimal | |
return | void |
public AddDoubleSortKey ( |
||
collation | ||
value | double | |
return | void |
public AddEmptySortKey ( |
||
collation | ||
return | void |
public AddIntSortKey ( |
||
collation | ||
value | int | |
return | void |
public AddIntegerSortKey ( |
||
collation | ||
value | long | |
return | void |
public AddStringSortKey ( |
||
collation | ||
value | string | |
return | void |