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

A helper class that encapsulates unparsing of Fallout 3 specific XML Script features.
This class encapsulates functionality that is used by several unparsers, so as to prevent code duplication.
Показать файл Открыть проект Примеры использования класса

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

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

Unparses the given ICondition.

This method provides Fallout 3-specific unparsing of the condition. If the given condition is not Fallout 3-specific, nothing in done.

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

UnparseCondition() публичный статический Метод

Unparses the given ICondition.
This method provides Fallout 3-specific unparsing of the condition. If the given condition is not Fallout 3-specific, nothing in done.
public static UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
Результат System.Xml.Linq.XElement