IXmlDeserializationInfo Methods |
The IXmlDeserializationInfo type exposes the following members.
Methods | Name | Description |
---|
| CloseArray | |
| CloseElement | |
| GetArray(Single) | |
| GetArray(DateTime, Int32) | |
| GetArray(Double, Int32) |
Deserializes an array of double value. The xml node must be opened before with OpenArray |
| GetArray(String, Double) |
Deserializes an array of double values. The array is allocated automatically.
|
| GetArray(String, Int32) | |
| GetArray(String, Int32) | |
| GetArray(BitArray, BitArray, Int32) |
Gets an array of nullable booleans.
|
| GetArrayOfStrings | |
| GetArrayOfValuesT | |
| GetBaseValueEmbedded | |
| GetBaseValueEmbeddedOrNull | Obsolete. Deserializes the embedded base type. |
| GetBaseValueStandalone | |
| GetBoolean | |
| GetBoolean(String) | |
| GetChar | |
| GetDateTime | |
| GetDouble | |
| GetDouble(String) | |
| GetElementAsOuterXml | |
| GetEnum(String, Type) | |
| GetEnumT(String) | |
| GetInt32 | |
| GetInt32(String) | |
| GetInt32Attribute | |
| GetInt64 | |
| GetMemoryStream | |
| GetNodeContent | |
| GetNodeName | Retrieves the name of the current node |
| GetNullableBoolean | |
| GetNullableDouble | |
| GetNullableEnumT | |
| GetNullableInt32 | |
| GetNullableStructT | |
| GetPropertyOrDefaultT |
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 | |
| GetValue(String, Object) | |
| GetValueT(String, Object) | |
| GetValueOrNull(String, Object) | |
| GetValueOrNullT(String, Object) | |
| GetValueOrOuterXml | |
| OpenArray | |
| OpenArray(String) | |
| OpenElement | |
TopSee Also