Метод | Описание | |
---|---|---|
LinkingConfiguration ( ) : System |
Initializes a new instance of the LinkingConfiguration class.
|
|
LinkingConfiguration ( |
Initializes a new instance of the LinkingConfiguration class, using the specified configElement.
|
|
Parse ( |
Merges the links and formats from the specified configElement into the current instance of LinkingConfiguration.
|
|
ToXml ( |
Метод | Описание | |
---|---|---|
AddFormat ( string formatName, string formatValue ) : |
Adds the specified key and value to the dictionary.
|
|
AddLink ( string linkName, string linkUrl ) : |
Adds the link with the specified name and URL (pattern).
|
|
LinkingConfiguration ( |
Initializes a new instance of the LinkingConfiguration class, using the specified instance to initialize the content of this instance.
|
|
SetApplicationPath ( string applicationPath ) : void |
public LinkingConfiguration ( |
||
configElement | The config element. | |
Результат | System |
public Parse ( |
||
configElement | The XML element that contains the data to parse. | |
Результат | void |
public ToXml ( |
||
document | ||
Результат |