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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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