Summary description for IXmlSerializationInfo.
Instance member | Description |
Full Usage:
this.AddArray
Parameters:
string
val : int[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddArray
Parameters:
string
val : float32[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddArray
Parameters:
string
val : float[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddArray
Parameters:
string
val : DateTime[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddArray
Parameters:
string
val : string[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]() 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). |
Full Usage:
this.AddArray
Parameters:
string
val : obj[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddArrayOfNullableElements
Parameters:
string
val : obj[]
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddAttributeValue
Parameters:
string
val : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddAttributeValue
Parameters:
string
val : string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddBaseValueStandalone
Parameters:
string
o : obj
basetype : Type
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddNullableEnum
Parameters:
string
val : Nullable<'T>
Modifiers: abstract Type parameters: 'T |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : bool
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : char
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : int64
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : float32
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : float
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
val : string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
|
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValue
Parameters:
string
o : obj
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.AddValueOrNull
Parameters:
string
o : obj
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.ClearProperties
Modifiers: abstract |
![]() ![]() ![]() ![]() 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. |
Full Usage:
this.CommitArray
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.CommitElement
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.CreateArray
Parameters:
string
count : int
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.CreateElement
Parameters:
string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.DefaultArrayEncoding
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.GetProperty
Parameters:
string
Returns: string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.IsSerializable
Parameters:
obj
Returns: bool
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.SetNodeContent
Parameters:
string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.SetProperty
Parameters:
string
propertyvalue : string
Modifiers: abstract |
![]() ![]() ![]() ![]()
|
Full Usage:
this.WriteRaw
Parameters:
string
-
The raw XML string.
Modifiers: abstract |
![]() ![]() ![]() ![]() Writes a raw Xml string. This can be used for instance if the string to write was lazy loaded from another Xml document.
|