This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class XmlElementBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class XmlElementBase |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Clone | Overloaded. | |
Dispose | Overloaded. | |
EndExecute |
Override to take action at the end of the execution process.
|
|
EndInitialize |
Called when the element is closed.
|
|
Equals | (Inherited from Object.) | |
Find |
Searches for an element in the elements.
|
|
FindAll | Overloaded. | |
GetAttribute | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetParent | Overloaded. | |
GetType | (Inherited from Object.) | |
GetXmlPath |
Gets the XML path to this element.
|
|
Initialize |
Override to take action when the element is opened.
|
|
PreInitialize |
Called to set the context on the element.
|
|
StartExecute |
Override to take action when the element is executed.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize |
Destuctor
(Overrides Object..::Finalize()()()().) |
|
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Core Namespace