메소드 | 설명 | |
---|---|---|
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. |
메소드 | 설명 | |
---|---|---|
ClearSpecifiedFileAttributes ( string path, FileAttributes fileAttributes ) : void | ||
GetKeyValueNode ( string key ) : |
||
GetTextElement ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
SelectSingleNodeMatchingNamespaceURI ( |
||
UpdateExistingElementsAndAttribsRecurse ( |
public ConfigFileManager ( string masterConfigPath ) : System | ||
masterConfigPath | string | |
리턴 | System |
public ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath ) : System | ||
masterConfigPath | string | |
mergeFromConfigPath | string | |
리턴 | System |
public ConfigFileManager ( string masterConfigPath, string mergeFromConfigPath, bool makeMergeFromConfigPathTheSavePath ) : System | ||
masterConfigPath | string | |
mergeFromConfigPath | string | |
makeMergeFromConfigPathTheSavePath | bool | |
리턴 | System |
public GetAllKeyValuePairs ( ) : |
||
리턴 |
public ReplaceXPathValues ( string xPath, string replaceWith ) : string[] | ||
xPath | string | |
replaceWith | string | |
리턴 | 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. | |
리턴 | string[] |
public SetKeyValue ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public static UpdateExistingElementsAndAttribs ( |
||
fromXdoc | ||
toXdoc | ||
리턴 | void |