Click or drag to resize
IConfigElement Interface
Interface for items that may be read from or written to an XML configuration document.

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConfigElement

The IConfigElement type exposes the following members.

Methods
  NameDescription
Public methodhasBeenModified
Return
true
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.
resetModified()
was last called
Public methodresetModified
Reset the modified flag for this instance such that
hasBeenModified()
will return
false
.
Public methodtoXML
Top
See Also