IXmlNodeBuilder Interface

Summary

An object implementing IXmlNodeBuilder is able to build an XmlResult representation of itself and any children. Note that the interface refers to the implementation of XmlNode in the TCLite.Api namespace.
graph BT Type["IXmlNodeBuilder"] class Type type-node Implementing0["ITest"]-.->Type click Implementing0 "/tc-lite/api/TCLite.Interfaces/ITest" Implementing1["ITestFilter"]-.->Type click Implementing1 "/tc-lite/api/TCLite.Interfaces/ITestFilter" Implementing2["ITestResult"]-.->Type click Implementing2 "/tc-lite/api/TCLite.Interfaces/ITestResult" Implementing3["IPropertyBag"]-.->Type click Implementing3 "/tc-lite/api/TCLite.Interfaces/IPropertyBag"

Syntax

public interface IXmlNodeBuilder

Methods

Name Value Summary
AddToXml(XmlNode, bool) XmlNode
Returns an XmlNode representing the current object after adding it as a child of the supplied parent node.
ToXml(bool) XmlNode
Returns an XmlNode representing the current object.