Aqualogic Interaction API  
 

IPTMigrationElement.WriteSimpleElement Method

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

Overload List

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,IXPPropertyBag);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,XPDateTime);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,double);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,int);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,object);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,float);

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(string,string);

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace