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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
BooleanToAtomicValue ( bool value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
BytesToAtomicValue ( byte value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
DateTimeToAtomicValue ( System.DateTime value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
DecimalToAtomicValue ( decimal value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
DoubleToAtomicValue ( double value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
Int32ToAtomicValue ( int value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
Int64ToAtomicValue ( long value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
ItemsToNavigators ( IList listItems ) : IList
NavigatorsToItems ( IList listNavigators ) : IList
SingleToAtomicValue ( float value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
StringToAtomicValue ( string value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
TimeSpanToAtomicValue ( System.TimeSpan value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
XmlQualifiedNameToAtomicValue ( XmlQualifiedName value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue

메소드 상세

BooleanToAtomicValue() 공개 정적인 메소드

public static BooleanToAtomicValue ( bool value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value bool
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

BytesToAtomicValue() 공개 정적인 메소드

public static BytesToAtomicValue ( byte value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value byte
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

DateTimeToAtomicValue() 공개 정적인 메소드

public static DateTimeToAtomicValue ( System.DateTime value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.DateTime
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

DecimalToAtomicValue() 공개 정적인 메소드

public static DecimalToAtomicValue ( decimal value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value decimal
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

DoubleToAtomicValue() 공개 정적인 메소드

public static DoubleToAtomicValue ( double value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value double
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

Int32ToAtomicValue() 공개 정적인 메소드

public static Int32ToAtomicValue ( int value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value int
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

Int64ToAtomicValue() 공개 정적인 메소드

public static Int64ToAtomicValue ( long value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value long
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

ItemsToNavigators() 공개 정적인 메소드

public static ItemsToNavigators ( IList listItems ) : IList
listItems IList
리턴 IList

NavigatorsToItems() 공개 정적인 메소드

public static NavigatorsToItems ( IList listNavigators ) : IList
listNavigators IList
리턴 IList

SingleToAtomicValue() 공개 정적인 메소드

public static SingleToAtomicValue ( float value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value float
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

StringToAtomicValue() 공개 정적인 메소드

public static StringToAtomicValue ( string value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value string
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

TimeSpanToAtomicValue() 공개 정적인 메소드

public static TimeSpanToAtomicValue ( System.TimeSpan value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.TimeSpan
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue

XmlQualifiedNameToAtomicValue() 공개 정적인 메소드

public static XmlQualifiedNameToAtomicValue ( XmlQualifiedName value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.Xml.XmlQualifiedName
index int
runtime XmlQueryRuntime
리턴 System.Xml.Schema.XmlAtomicValue