C# Класс System.Xml.Xsl.Runtime.XmlSortKeyAccumulator

Показать файл Открыть проект

Открытые методы

Метод Описание
AddDateTimeSortKey ( XmlCollation collation, System.DateTime value ) : void
AddDecimalSortKey ( XmlCollation collation, decimal value ) : void
AddDoubleSortKey ( XmlCollation collation, double value ) : void
AddEmptySortKey ( XmlCollation collation ) : void
AddIntSortKey ( XmlCollation collation, int value ) : void
AddIntegerSortKey ( XmlCollation collation, long value ) : void
AddStringSortKey ( XmlCollation collation, string value ) : void

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.

Приватные методы

Метод Описание
AppendSortKey ( XmlSortKey key ) : void

Append new sort key to the current run of sort keys.

Описание методов

AddDateTimeSortKey() публичный Метод

public AddDateTimeSortKey ( XmlCollation collation, System.DateTime value ) : void
collation XmlCollation
value System.DateTime
Результат void

AddDecimalSortKey() публичный Метод

public AddDecimalSortKey ( XmlCollation collation, decimal value ) : void
collation XmlCollation
value decimal
Результат void

AddDoubleSortKey() публичный Метод

public AddDoubleSortKey ( XmlCollation collation, double value ) : void
collation XmlCollation
value double
Результат void

AddEmptySortKey() публичный Метод

public AddEmptySortKey ( XmlCollation collation ) : void
collation XmlCollation
Результат void

AddIntSortKey() публичный Метод

public AddIntSortKey ( XmlCollation collation, int value ) : void
collation XmlCollation
value int
Результат void

AddIntegerSortKey() публичный Метод

public AddIntegerSortKey ( XmlCollation collation, long value ) : void
collation XmlCollation
value long
Результат void

AddStringSortKey() публичный Метод

Create a new sort key and append it to the current run of sort keys.
public AddStringSortKey ( XmlCollation collation, string value ) : void
collation XmlCollation
value string
Результат void

Create() публичный Метод

Initialize the XmlSortKeyAccumulator.
public Create ( ) : void
Результат void

FinishSortKeys() публичный Метод

Finish creating the current run of sort keys and begin a new run.
public FinishSortKeys ( ) : void
Результат void