Enum XmlValueType
Types supported by IXmlValue.
Namespace: Tangosol.Run.Xml
Assembly: Coherence.dll
Syntax
public enum XmlValueType
Fields
| Name | Description |
|---|---|
| Binary | Binary type. |
| Boolean | Boolean type. |
| DateTime | DateTime type. |
| Decimal | Decimal type. |
| Double | Double type. |
| File | System.Io.File |
| Float | Float/Single type. |
| Integer | Integer type. |
| Long | Long type. |
| String | String type. |
| Unknown | Unknown type. |
| Xml | The init-param XmlNode |