Méthode | Description | |
---|---|---|
ConfigFileManager ( string masterConfigPath ) : System | ||
ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath ) : System | ||
ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath, bool makeMergeFromConfigPathTheSavePath ) : System |
|
|
FromLastInstallConfigPathExists ( ) : bool | ||
GetAllKeyValuePairs ( ) : |
||
GetKeyValue ( string key ) : string | ||
GetXPathValue ( string xPath ) : string | ||
ReplaceXPathValues ( string xPath, string replaceWith ) : string[] | ||
ReplaceXPathValues ( string xPath, string replaceWith, |
Search and replace on one or more specified values as specified by a single xpath expressino
|
|
Save ( ) : void | ||
Save ( string saveAsName ) : void | ||
SetKeyValue ( string key, string value ) : void | ||
UpdateExistingElementsAndAttribs ( |
Merge element and attribute values from one xml doc to another. Multiple same-named peer elements, are merged in the ordinal order they appear. |
Méthode | Description | |
---|---|---|
ClearSpecifiedFileAttributes ( string path, FileAttributes fileAttributes ) : void | ||
GetKeyValueNode ( string key ) : |
||
GetTextElement ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
UpdateExistingElementsAndAttribsRecurse ( |
public ConfigFileManager ( string masterConfigPath ) : System | ||
masterConfigPath | string | |
Résultat | System |
public ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath ) : System | ||
masterConfigPath | string | |
mergeFromConfigPath | string | |
Résultat | System |
public ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath, bool makeMergeFromConfigPathTheSavePath ) : System | ||
masterConfigPath | string | |
mergeFromConfigPath | string | |
makeMergeFromConfigPathTheSavePath | bool | |
Résultat | System |
public FromLastInstallConfigPathExists ( ) : bool | ||
Résultat | bool |
public GetAllKeyValuePairs ( ) : |
||
Résultat |
public GetXPathValue ( string xPath ) : string | ||
xPath | string | |
Résultat | string |
public ReplaceXPathValues ( string xPath, string replaceWith ) : string[] | ||
xPath | string | |
replaceWith | string | |
Résultat | string[] |
public ReplaceXPathValues ( string xPath, string replaceWith, |
||
xPath | string | |
replaceWith | string | |
regexPattern | Optionally specify a regex pattern to search within the found values. /// If a single () group is found within this expression, only this portion is replaced. | |
Résultat | string[] |
public SetKeyValue ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public static UpdateExistingElementsAndAttribs ( |
||
fromXdoc | ||
toXdoc | ||
Résultat | void |