The XmlMerge type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XmlMerge(Stream, String, String) |
Initializes a new instance of the XmlMerge class.
| |
| XmlMerge(TextReader, String, String) |
Initializes a new instance of the XmlMerge class.
| |
| XmlMerge(String, String, String) |
Initializes a new instance of the XmlMerge class.
| |
| XmlMerge(XmlDocument, String, String) |
Initializes a new instance of the XmlMerge class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SavePendingConfigs | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateConfig(XmlDocument) |
The UpdateConfig method processes the source file and updates the Target
Config Xml Document.
| |
| UpdateConfig(XmlDocument, String) |
The UpdateConfig method processes the source file and updates the Target
Config file.
| |
| UpdateConfigs()()()() |
The UpdateConfigs method processes the source file and updates the various config
files
| |
| UpdateConfigs(Boolean) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| PendingDocuments | ||
| Sender |
Gets the Sender (source) of the changes to be merged
| |
| SourceConfig |
Gets the Source for the Config file
| |
| TargetConfig |
Gets the Target Config file
| |
| TargetFileName |
Gets the File Name of the Target Config file
| |
| Version |
Gets the Version of the changes to be merged
|