XmlStreamDeserializationInfo Methods |
The XmlStreamDeserializationInfo type exposes the following members.
Methods | Name | Description |
---|
 | AnnounceDeserializationEnd | |
 | AnnounceDeserializationHasCompletelyFinished | |
 | BeginReading(Stream) | |
 | BeginReading(String) | |
 | BeginReading(XmlReader) | |
 | CloseArray | |
 | CloseElement | |
 | Dispose | |
 | EndReading | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetArray(Single[]) | |
 | GetArray(DateTime[], Int32) | |
 | GetArray(Double[], Int32) | |
 | GetArray(Int32[], Int32) | |
 | GetArray(String, Double[]) | |
 | GetArray(String, Int32[]) | |
 | GetArray(String[], Int32) | |
 | GetArray(BitArray, BitArray, Int32) | |
 | GetArrayOfPrimitiveTypeBase64 | |
 | GetArrayOfPrimitiveTypeBinHex | |
 | GetArrayOfStrings | |
 | GetArrayOfValues<T> | |
 | GetBaseValueEmbedded | |
 | GetBaseValueEmbeddedOrNull | Deserializes the embedded base type. |
 | GetBaseValueStandalone | |
 | GetBoolean() | |
 | GetBoolean(String) | |
 | GetChar | |
 | GetDateTime | |
 | GetDouble() | |
 | GetDouble(String) | |
 | GetElementAsOuterXml | |
 | GetEnum(String, Type) | |
 | GetEnum<T>(String) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetInt32() | |
 | GetInt32(String) | |
 | GetInt32Attribute | |
 | GetInt64 | |
 | GetMemoryStream | |
 | GetNodeContent | |
 | GetNodeName | |
 | GetNullableBoolean | |
 | GetNullableDouble | |
 | GetNullableEnum<T> | |
 | GetNullableInt32 | |
 | GetNullableStruct<T> | |
 | GetPropertyOrDefault<T> |
Gets a property value from the property dictionary identified by the provided key string. If the property does not exist in the dictionary, the default value is returned.
|
 | GetSingle() | |
 | GetSingle(String) | |
 | GetString() | |
 | GetString(String) | |
 | GetStringAttribute | |
 | GetStringAttributeOrNull | |
 | GetTimeSpan | |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | GetValue(String, Object) | |
 | GetValue<T>(String, Object) | |
 | GetValueOrNull(Object) | |
 | GetValueOrNull(String, Object) | |
 | GetValueOrNull<T>(String, Object) | |
 | GetValueOrOuterXml |
Intended for lazy loading. Tries to get the deserialized value. If the type is unknown (this can happen if (especially for addin DLLs) a DLL
is not loaded yet), the outer XML node is returned as string value, so it can be deserialized later.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OpenArray() | |
 | OpenArray(String) | |
 | OpenElement | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
See Also