Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Types supported by IXmlValue.
Namespace:
Tangosol.Run.XmlAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public enum XmlValueType |
Members
| Member name | Description | |
|---|---|---|
| Boolean |
Boolean type.
| |
| Integer |
Integer type.
| |
| Long |
Long type.
| |
| Double |
Double type.
| |
| Decimal |
Decimal type.
| |
| String |
String type.
| |
| Binary |
Binary type.
| |
| DateTime |
DateTime type.
|