C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser40

Parses version 4.0 xml script files.
상속: Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser30
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic

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

보호된 메소드들

메소드 설명
GetInstallStepSortOrder ( ) : SortOrder

Parses the order of the XmlScript.InstallSteps.

GetInstallSteps ( ) : List

Parses XmlScript.InstallSteps.

ParseInstallStep ( System.Xml.Linq.XElement p_xelStep ) : InstallStep

Creates an install step based on the given info.

메소드 상세

GetInstallStepSortOrder() 보호된 메소드

Parses the order of the XmlScript.InstallSteps.
protected GetInstallStepSortOrder ( ) : SortOrder
리턴 SortOrder

GetInstallSteps() 보호된 메소드

Parses XmlScript.InstallSteps.
protected GetInstallSteps ( ) : List
리턴 List

ParseInstallStep() 보호된 메소드

Creates an install step based on the given info.
protected ParseInstallStep ( System.Xml.Linq.XElement p_xelStep ) : InstallStep
p_xelStep System.Xml.Linq.XElement The configuration file node corresponding to the install step to add.
리턴 InstallStep

Parser40() 공개 메소드

A simple constructor that initializes the object with the given values.
public Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic
p_xelScript System.Xml.Linq.XElement The xmlscript file.
p_xstXmlScriptType XmlScriptType The that describes /// XML script type metadata.
리턴 System.Collections.Generic