C# Class Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser40

Unparses version 4.0 XML scripts.
Inheritance: Unparser30
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq

A simple constructor that initializes the object with the given values.

Protected Methods

Method Description
UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement

Unparses the given InstallStep.

This method can be overidden to provide game-specific or newer-version unparsing.

UnparseInstallSteps ( ) : System.Xml.Linq.XElement

Unparses XmlScript.InstallSteps.

Method Details

UnparseInstallStep() protected method

Unparses the given InstallStep.
This method can be overidden to provide game-specific or newer-version unparsing.
protected UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement
p_ispStep InstallStep The for which to generate XML.
return System.Xml.Linq.XElement

UnparseInstallSteps() protected method

Unparses XmlScript.InstallSteps.
protected UnparseInstallSteps ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Unparser40() public method

A simple constructor that initializes the object with the given values.
public Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq
p_xscScript XmlScript The script to unparse.
return System.Xml.Linq