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

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

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

BytesToAtomicValue() public static method

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

DateTimeToAtomicValue() public static method

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

DecimalToAtomicValue() public static method

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

DoubleToAtomicValue() public static method

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

Int32ToAtomicValue() public static method

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

Int64ToAtomicValue() public static method

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

ItemsToNavigators() public static method

public static ItemsToNavigators ( IList listItems ) : IList
listItems IList
return IList

NavigatorsToItems() public static method

public static NavigatorsToItems ( IList listNavigators ) : IList
listNavigators IList
return IList

SingleToAtomicValue() public static method

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

StringToAtomicValue() public static method

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

TimeSpanToAtomicValue() public static method

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

XmlQualifiedNameToAtomicValue() public static method

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