C# Class Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser40

Parses version 4.0 xml script files.
Inheritance: Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser30
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic

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

Méthodes protégées

Méthode Description
GetInstallStepSortOrder ( ) : SortOrder

Parses the order of the XmlScript.InstallSteps.

GetInstallSteps ( ) : List

Parses XmlScript.InstallSteps.

ParseInstallStep ( System.Xml.Linq.XElement p_xelStep ) : InstallStep

Creates an install step based on the given info.

Method Details

GetInstallStepSortOrder() protected méthode

Parses the order of the XmlScript.InstallSteps.
protected GetInstallStepSortOrder ( ) : SortOrder
Résultat SortOrder

GetInstallSteps() protected méthode

Parses XmlScript.InstallSteps.
protected GetInstallSteps ( ) : List
Résultat List

ParseInstallStep() protected méthode

Creates an install step based on the given info.
protected ParseInstallStep ( System.Xml.Linq.XElement p_xelStep ) : InstallStep
p_xelStep System.Xml.Linq.XElement The configuration file node corresponding to the install step to add.
Résultat InstallStep

Parser40() public méthode

A simple constructor that initializes the object with the given values.
public Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic
p_xelScript System.Xml.Linq.XElement The xmlscript file.
p_xstXmlScriptType XmlScriptType The that describes /// XML script type metadata.
Résultat System.Collections.Generic