C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser40

Unparses version 4.0 XML scripts.
Наследование: Unparser30
Показать файл Открыть проект

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

Метод Описание
Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq

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

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

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

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

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

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.
Результат System.Xml.Linq.XElement

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

Unparses XmlScript.InstallSteps.
protected UnparseInstallSteps ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

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

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