SIFWorks ADK 2.0
ToXml Method (renderAsRuntimeMappings)
NamespacesEdustructures.SifWorks.Tools.MappingMappingsToXml(Boolean)

[This is preliminary documentation and is subject to change.]

Returns the Mappings as a string in XML form.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string ToXml(
	bool renderAsRuntimeMappings
)
Public Overridable Function ToXml ( _
	renderAsRuntimeMappings As Boolean _
) As String
public:
virtual String^ ToXml (
	bool renderAsRuntimeMappings
)
Parameters
renderAsRuntimeMappings (Boolean)
true to inherit object and field rules so this Mappings is rendered with dynamic content as it would be evaluated at runtime. This can be useful for diagnostics (i.e. displaying the current state of a Mappings object), but not for rendering to a configuration file.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10