Method | Description | |
---|---|---|
DigestMethod ( ) : System |
Default constructor
|
|
GetXml ( ) : |
Returns the XML representation of the this object
|
|
HasChanged ( ) : bool |
Check to see if something has changed in this instance and needs to be serialized
|
|
LoadXml ( System xmlElement ) : void |
Load state from an XML element
|
public LoadXml ( System xmlElement ) : void | ||
xmlElement | System | XML element containing new state |
return | void |