Méthode | Description | |
---|---|---|
Unparse ( ) : System.Xml.Linq.XElement |
Unparses the Script into an XML document.
|
|
Unparser ( XmlScript p_xscScript ) : System |
A simple constructor that initializes the object with the given values.
|
Méthode | Description | |
---|---|---|
UnparseBoolean ( bool p_booValue ) : string |
Translates the given bool into the string representation used in the XML.
|
|
UnparseConditionOperator ( ConditionOperator p_copOperator ) : string |
Translates the given ConditionOperator into the string representation used in the XML.
|
|
UnparseConditionallyInstalledFileSets ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.ConditionallyInstalledFileSets.
|
|
UnparseHeaderInfo ( ) : List |
Unparses XmlScript.HeaderInfo.
|
|
UnparseInstallSteps ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.InstallSteps.
|
|
UnparseModPrerequisites ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.ModPrerequisites.
|
|
UnparseOptionGroupType ( OptionGroupType p_gtpType ) : string |
Translates the given OptionGroupType into the string representation used in the XML.
|
|
UnparseOptionType ( OptionType p_otpType ) : string |
Translates the given OptionType into the string representation used in the XML.
|
|
UnparsePluginState ( PluginState p_pstState ) : string |
Translates the given PluginState into the string representation used in the XML.
|
|
UnparseRequiredInstallFiles ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.RequiredInstallFiles.
|
public Unparse ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
protected UnparseBoolean ( bool p_booValue ) : string | ||
p_booValue | bool | |
Résultat | string |
protected UnparseConditionOperator ( ConditionOperator p_copOperator ) : string | ||
p_copOperator | ConditionOperator | The |
Résultat | string |
protected abstract UnparseConditionallyInstalledFileSets ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
protected abstract UnparseHeaderInfo ( ) : List |
||
Résultat | List |
protected abstract UnparseInstallSteps ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
protected abstract UnparseModPrerequisites ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
protected UnparseOptionGroupType ( OptionGroupType p_gtpType ) : string | ||
p_gtpType | OptionGroupType | The |
Résultat | string |
protected UnparseOptionType ( OptionType p_otpType ) : string | ||
p_otpType | OptionType | The |
Résultat | string |
protected UnparsePluginState ( PluginState p_pstState ) : string | ||
p_pstState | PluginState | The |
Résultat | string |
protected abstract UnparseRequiredInstallFiles ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
public Unparser ( XmlScript p_xscScript ) : System | ||
p_xscScript | XmlScript | The script to unparse. |
Résultat | System |