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

Unparses version 4.0 XML scripts.
Inheritance: Unparser30
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat System.Xml.Linq.XElement

UnparseInstallSteps() protected méthode

Unparses XmlScript.InstallSteps.
protected UnparseInstallSteps ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Unparser40() public méthode

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.
Résultat System.Xml.Linq