Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Types supported by IXmlValue.

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

Syntax

C#
public enum XmlValueType

Members

Member nameDescription
Boolean
Boolean type.
Integer
Integer type.
Long
Long type.
Double
Double type.
Decimal
Decimal type.
String
String type.
Binary
Binary type.
DateTime
DateTime type.

See Also