C# Class Nexus.Client.Games.Skyrim.Scripting.XmlScript.Unparsers.SkyrimUnparser20Helper

A helper class that encapsulates unparsing of Skyrim specific XML Script features.
This class encapsulates functionality that is used by several unparsers, so as to prevent code duplication.
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement

Unparses the given ICondition.

This method provides Skyrim-specific unparsing of the condition. If the given condition is not Skyrim-specific, nothing in done.

Method Details

UnparseCondition() public static method

Unparses the given ICondition.
This method provides Skyrim-specific unparsing of the condition. If the given condition is not Skyrim-specific, nothing in done.
public static UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
return System.Xml.Linq.XElement