C# Класс Nexus.Client.Games.Fallout3.Scripting.XmlScript.Unparsers.Fallout3Unparser30

Unparses the Fallout 3 variety of the version 3.0 XML scripts.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser30
Показать файл Открыть проект

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

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

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

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

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

Unparses the given ICondition.

This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.

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

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

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

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

Unparses the given ICondition.
This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.
protected UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
Результат System.Xml.Linq.XElement