C# Class System.Xml.Xsl.Runtime.XmlILStorageConverter

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BooleanToAtomicValue() public static méthode

public static BooleanToAtomicValue ( bool value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value bool
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

BytesToAtomicValue() public static méthode

public static BytesToAtomicValue ( byte value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value byte
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

DateTimeToAtomicValue() public static méthode

public static DateTimeToAtomicValue ( System.DateTime value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.DateTime
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

DecimalToAtomicValue() public static méthode

public static DecimalToAtomicValue ( decimal value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value decimal
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

DoubleToAtomicValue() public static méthode

public static DoubleToAtomicValue ( double value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value double
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

Int32ToAtomicValue() public static méthode

public static Int32ToAtomicValue ( int value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value int
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

Int64ToAtomicValue() public static méthode

public static Int64ToAtomicValue ( long value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value long
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

ItemsToNavigators() public static méthode

public static ItemsToNavigators ( IList listItems ) : IList
listItems IList
Résultat IList

NavigatorsToItems() public static méthode

public static NavigatorsToItems ( IList listNavigators ) : IList
listNavigators IList
Résultat IList

SingleToAtomicValue() public static méthode

public static SingleToAtomicValue ( float value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value float
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

StringToAtomicValue() public static méthode

public static StringToAtomicValue ( string value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value string
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

TimeSpanToAtomicValue() public static méthode

public static TimeSpanToAtomicValue ( System.TimeSpan value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.TimeSpan
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue

XmlQualifiedNameToAtomicValue() public static méthode

public static XmlQualifiedNameToAtomicValue ( XmlQualifiedName value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.Xml.XmlQualifiedName
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue