Interface for items that may be read from or written to an XML configuration document.
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic interface IConfigElement
Public Interface IConfigElement
public interface class IConfigElement
type IConfigElement = interface end
The IConfigElement type exposes the following members.
Methods
| Name | Description |
---|
 | hasBeenModified |
Return if this instance has been modified.
The instance is considered to have been modified if a change was made
that affects the persistent representation since:
The instance was constructed from an XML representation.
was last called
|
 | resetModified |
Reset the modified flag for this instance such that
will return .
|
 | toXML | |
Top
See Also