IXmlSerializationInfo Interface |
Summary description for IXmlSerializationInfo.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IXmlSerializationInfo
The IXmlSerializationInfo type exposes the following members.
Properties Methods | Name | Description |
---|
| AddArray(String, IReadOnlyListDouble, Int32) | |
| AddArray(String, IReadOnlyListObject, Int32) | |
| AddArray(String, IReadOnlyListString, Int32) | |
| AddArray(String, DateTime, Int32) | |
| AddArray(String, Int32, Int32) | |
| AddArray(String, Single, Int32) | |
| AddArray(String, BitArray, BitArray, Int32) |
Adds an array of nullable boolean values. The array val contains the boolean values, whereas
the array cond indicates if the boolean value is set (true) or not set (false).
|
| AddArrayOfNullableElements | |
| AddAttributeValue(String, Int32) | |
| AddAttributeValue(String, String) | |
| AddBaseValueEmbedded | |
| AddBaseValueStandalone | |
| AddEnum | |
| AddNullableEnumT | |
| AddValue(String, Boolean) | |
| AddValue(String, Char) | |
| AddValue(String, DateTime) | |
| AddValue(String, Double) | |
| AddValue(String, Int32) | |
| AddValue(String, Int64) | |
| AddValue(String, MemoryStream) | |
| AddValue(String, NullableBoolean) | |
| AddValue(String, NullableDouble) | |
| AddValue(String, NullableInt32) | |
| AddValue(String, Object) | |
| AddValue(String, Single) | |
| AddValue(String, String) | |
| AddValue(String, TimeSpan) | |
| AddValueOrNull | |
| ClearProperties |
Clears the property dictionary. Useful if the serialization info should be used to serialize multiple values.
If you clear the properties before the serialization of each value, the serialization behaves as if each value is
serialized independent of each other.
|
| CommitArray | |
| CommitElement | |
| CreateArray | |
| CreateElement | |
| GetProperty | |
| IsSerializable | |
| SetNodeContent | |
| SetProperty | |
| WriteRaw |
Writes a raw Xml string. This can be used for instance if the string to write was lazy loaded from another Xml document.
|
TopSee Also