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

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

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

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

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

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

Метод Описание
UnparseCondition ( ICondition p_cndCondition, string p_strNodeName ) : System.Xml.Linq.XElement

Unparses the given ICondition, giving the generated mod the specified name.

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

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

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

Unparses the given ICondition, giving the generated mod the specified name.
This method can be overidden to provide game-specific or newer-version unparsing.
protected UnparseCondition ( ICondition p_cndCondition, string p_strNodeName ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
p_strNodeName string The name to give to the generated node.
Результат System.Xml.Linq.XElement

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

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