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

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

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

Метод Описание
Unparser30 ( XmlScript p_xscScript ) : System

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

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

Метод Описание
UnparseHeaderInfo ( ) : List

Unparses XmlScript.HeaderInfo.

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.

UnparseModPrerequisites ( ) : System.Xml.Linq.XElement

Unparses XmlScript.ModPrerequisites.

UnparseOptionGroup ( OptionGroup p_ogpGroup ) : System.Xml.Linq.XElement

Unparses the given OptionGroup.

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

UnparsePrerequisiteCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement

Unparses the given ICondition.

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

UnparseSortOrder ( SortOrder p_sorOrder ) : string

Translates the given SortOrder into the string representation used in the XML.

UnparseTextPosition ( TextPosition p_tpsPosition ) : string

Translates the given TextPosition into the string representation used in the XML.

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

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

Unparses XmlScript.HeaderInfo.
protected UnparseHeaderInfo ( ) : List
Результат List

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

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

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

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

Unparses the given OptionGroup.
This method can be overidden to provide game-specific or newer-version unparsing.
protected UnparseOptionGroup ( OptionGroup p_ogpGroup ) : System.Xml.Linq.XElement
p_ogpGroup OptionGroup The for which to generate XML.
Результат System.Xml.Linq.XElement

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

Unparses the given ICondition.
This method can be overidden to provide game-specific or newer-version unparsing.
protected UnparsePrerequisiteCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
Результат System.Xml.Linq.XElement

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

Translates the given SortOrder into the string representation used in the XML.
protected UnparseSortOrder ( SortOrder p_sorOrder ) : string
p_sorOrder SortOrder The to unparse.
Результат string

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

Translates the given TextPosition into the string representation used in the XML.
protected UnparseTextPosition ( TextPosition p_tpsPosition ) : string
p_tpsPosition TextPosition The to unparse.
Результат string

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

A simple constructor that initializes the object with the given values.
public Unparser30 ( XmlScript p_xscScript ) : System
p_xscScript XmlScript The script to unparse.
Результат System