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

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

공개 메소드들

메소드 설명
Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq

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

보호된 메소드들

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

UnparseInstallSteps ( ) : System.Xml.Linq.XElement

Unparses XmlScript.InstallSteps.

메소드 상세

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

UnparseInstallSteps() 보호된 메소드

Unparses XmlScript.InstallSteps.
protected UnparseInstallSteps ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

Unparser40() 공개 메소드

A simple constructor that initializes the object with the given values.
public Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq
p_xscScript XmlScript The script to unparse.
리턴 System.Xml.Linq