ConvertXmlParameters Properties
Represents parameters, passed to the IModelXmlConverter.ConvertXml method.| Name | Description |
|---|---|
| Node | Gets the current Application Model node. |
| NodeType | Specifies the type of the current Application Model node. |
| SubNode | Specifies the current Application Model node’s subnode. |
| Values | Gets a list of current Application Model node’s properties and their values stored in differences. |
| XmlNodeName | Gets the Application Model node’s name, stored in differences. |
See Also