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

Parses version 5.0 xml script files.
상속: Parser40
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

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

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

보호된 메소드들

메소드 설명
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition

Reads the condition from the given node.

메소드 상세

LoadCondition() 보호된 메소드

Reads the condition from the given node.
protected LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition
p_xelCondition System.Xml.Linq.XElement The node from which to load the condition.
리턴 ICondition

Parser50() 공개 메소드

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