C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser50

Unparses version 5.0 XML scripts.
상속: Unparser40
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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