XmlHelperIsInstanceConfigEmpty Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Check whether or not the specified configuration defines an
instance of a class.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static bool IsInstanceConfigEmpty(
IXmlElement xmlClass
)
Parameters
- xmlClass
- Type: Tangosol.Run.XmlIXmlElement
The XML element that contains the instantiation info.
Return Value
Type:
Booleantrue iff there is no class configuration information
available.
Remarks
See Also