Свойство | Тип | Описание | |
---|---|---|---|
dictionaryReader | XmlDictionaryReader | ||
isEndOfEmptyElement | bool | ||
reader | XmlReader |
Метод | Описание | |
---|---|---|
IsStartElement ( ) : bool | ||
IsStartElement ( |
||
ReadContentAsBase64 ( ) : byte[] | ||
ReadElementContentAsAnyType ( Type valueType ) : object | ||
ReadElementContentAsBase64 ( ) : byte[] | ||
ReadElementContentAsBoolean ( ) : bool | ||
ReadElementContentAsChar ( ) : char | ||
ReadElementContentAsDateTime ( ) : DateTime | ||
ReadElementContentAsDecimal ( ) : decimal | ||
ReadElementContentAsDouble ( ) : double | ||
ReadElementContentAsFloat ( ) : float | ||
ReadElementContentAsGuid ( ) : Guid | ||
ReadElementContentAsInt ( ) : int | ||
ReadElementContentAsLong ( ) : long | ||
ReadElementContentAsQName ( ) : XmlQualifiedName | ||
ReadElementContentAsShort ( ) : short | ||
ReadElementContentAsString ( ) : string | ||
ReadElementContentAsTimeSpan ( ) : TimeSpan | ||
ReadElementContentAsUnsignedByte ( ) : byte | ||
ReadElementContentAsUri ( ) : Uri | ||
ReadEndElement ( ) : void | ||
TryReadBooleanArray ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadDateTimeArray ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadDecimalArray ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadDoubleArray ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadInt32Array ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadInt64Array ( XmlObjectSerializerReadContext context ) : bool | ||
TryReadSingleArray ( XmlObjectSerializerReadContext context ) : bool | ||
XmlReaderDelegator ( XmlReader reader ) : System.Xml |
Метод | Описание | |
---|---|---|
GetArrayLengthQuota ( XmlObjectSerializerReadContext context ) : int |
Метод | Описание | |
---|---|---|
CheckActualArrayLength ( int expectedLength, int actualLength, |
||
CheckExpectedArrayLength ( XmlObjectSerializerReadContext context, int arrayLength ) : void | ||
CreateInvalidPrimitiveTypeException ( Type type ) : Exception | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceUri ) : string | ||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
HasLineInfo ( ) : bool | ||
IndexOfLocalName ( |
||
IsLocalName ( |
||
IsLocalName ( string localName ) : bool | ||
IsNamespaceURI ( string ns ) : bool | ||
IsNamespaceUri ( |
||
IsStartElement ( string localname, string ns ) : bool | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string name, string ns ) : bool | ||
MoveToAttribute ( int i ) : void | ||
MoveToContent ( ) : System.Xml.XmlNodeType | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
ParseQualifiedName ( string str ) : |
||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadContentAsAnyType ( Type valueType ) : object | ||
ReadContentAsBase64 ( string str ) : byte[] | ||
ReadContentAsBoolean ( ) : bool | ||
ReadContentAsChar ( ) : char | ||
ReadContentAsDateTime ( ) : DateTime | ||
ReadContentAsDecimal ( ) : decimal | ||
ReadContentAsDouble ( ) : double | ||
ReadContentAsGuid ( ) : Guid | ||
ReadContentAsInt ( ) : int | ||
ReadContentAsLong ( ) : long | ||
ReadContentAsQName ( ) : XmlQualifiedName | ||
ReadContentAsShort ( ) : short | ||
ReadContentAsSignedByte ( ) : SByte | ||
ReadContentAsSingle ( ) : float | ||
ReadContentAsString ( ) : string | ||
ReadContentAsTimeSpan ( ) : TimeSpan | ||
ReadContentAsUnsignedByte ( ) : byte | ||
ReadContentAsUnsignedInt ( ) : UInt32 | ||
ReadContentAsUnsignedLong ( ) : UInt64 | ||
ReadContentAsUnsignedShort ( ) : UInt16 | ||
ReadContentAsUri ( ) : Uri | ||
ReadElementContentAsSignedByte ( ) : SByte | ||
ReadElementContentAsUnsignedInt ( ) : UInt32 | ||
ReadElementContentAsUnsignedLong ( ) : UInt64 | ||
ReadElementContentAsUnsignedShort ( ) : UInt16 | ||
ReadExtensionData ( Type valueType ) : IDataNode | ||
Skip ( ) : void | ||
ThrowConversionException ( string value, string type ) : void | ||
ThrowNotAtElement ( ) : void | ||
ToByte ( int value ) : byte | ||
ToChar ( int value ) : char | ||
ToSByte ( int value ) : SByte | ||
ToShort ( int value ) : short | ||
ToUInt16 ( int value ) : UInt16 | ||
ToUInt32 ( long value ) : UInt32 | ||
TryReadBooleanArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, bool &array ) : bool | ||
TryReadDateTimeArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, DateTime &array ) : bool | ||
TryReadDecimalArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, decimal &array ) : bool | ||
TryReadDoubleArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, double &array ) : bool | ||
TryReadInt32Array ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, int &array ) : bool | ||
TryReadInt64Array ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, long &array ) : bool | ||
TryReadSingleArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, float &array ) : bool |
protected GetArrayLengthQuota ( XmlObjectSerializerReadContext context ) : int | ||
context | XmlObjectSerializerReadContext | |
Результат | int |
public IsStartElement ( |
||
localname | ||
ns | ||
Результат | bool |
public ReadElementContentAsAnyType ( Type valueType ) : object | ||
valueType | Type | |
Результат | object |
public ReadElementContentAsBase64 ( ) : byte[] | ||
Результат | byte[] |
public ReadElementContentAsBoolean ( ) : bool | ||
Результат | bool |
public ReadElementContentAsChar ( ) : char | ||
Результат | char |
public ReadElementContentAsDateTime ( ) : DateTime | ||
Результат | DateTime |
public ReadElementContentAsDecimal ( ) : decimal | ||
Результат | decimal |
public ReadElementContentAsDouble ( ) : double | ||
Результат | double |
public ReadElementContentAsFloat ( ) : float | ||
Результат | float |
public ReadElementContentAsGuid ( ) : Guid | ||
Результат | Guid |
public ReadElementContentAsLong ( ) : long | ||
Результат | long |
public ReadElementContentAsQName ( ) : XmlQualifiedName | ||
Результат | XmlQualifiedName |
public ReadElementContentAsShort ( ) : short | ||
Результат | short |
public ReadElementContentAsString ( ) : string | ||
Результат | string |
public ReadElementContentAsTimeSpan ( ) : TimeSpan | ||
Результат | TimeSpan |
public ReadElementContentAsUnsignedByte ( ) : byte | ||
Результат | byte |
public TryReadBooleanArray ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadDateTimeArray ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadDecimalArray ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadDoubleArray ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadInt32Array ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadInt64Array ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public TryReadSingleArray ( XmlObjectSerializerReadContext context ) : bool | ||
context | XmlObjectSerializerReadContext | |
Результат | bool |
public XmlReaderDelegator ( XmlReader reader ) : System.Xml | ||
reader | XmlReader | |
Результат | System.Xml |
protected XmlDictionaryReader dictionaryReader | ||
Результат | XmlDictionaryReader |