Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Types supported by IXmlValue.
Namespace:
Tangosol.Run.XmlAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.
|