C# 클래스 System.Xml.Xsl.Runtime.XmlSortKeyAccumulator

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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