Méthode | Description | |
---|---|---|
Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Collections.Generic |
A simple constructor that initializes the object with the given values.
|
Méthode | Description | |
---|---|---|
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.
|
protected GetInstallStepSortOrder ( ) : SortOrder | ||
Résultat | SortOrder |
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. |
Résultat | InstallStep |
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 |
Résultat | System.Collections.Generic |