Click or drag to resize

XmlValueType Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Types supported by IXmlValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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