C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser40

Parses version 4.0 xml script files.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser30
Показать файл Открыть проект

Открытые методы

Метод Описание
Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic

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

Защищенные методы

Метод Описание
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.

Описание методов

GetInstallStepSortOrder() защищенный Метод

Parses the order of the XmlScript.InstallSteps.
protected GetInstallStepSortOrder ( ) : SortOrder
Результат SortOrder

GetInstallSteps() защищенный Метод

Parses XmlScript.InstallSteps.
protected GetInstallSteps ( ) : List
Результат List

ParseInstallStep() защищенный Метод

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.
Результат InstallStep

Parser40() публичный Метод

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.
Результат System.Collections.Generic