Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Types supported by IXmlValue.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public enum XmlValueType

Members

Member nameValueDescription
Boolean1 Boolean type.
Integer2 Integer type.
Long3 Long type.
Double4 Double type.
Decimal5 Decimal type.
String6 String type.
Binary7 Binary type.
DateTime8 DateTime type.
Float9 Float/Single type.
File10 System.Io.File
Xml11 The init-param XmlNode
Unknown12 Unknown type.

See Also