CopyComponentCore Class
Definition
- Assembly
- Sandcastle.Core.dll
This abstract class is used to create copy components used in other build components such as
CopyFromIndexComponent
public abstract class CopyComponentCore
- Inheritance
-
CopyComponentCore
Constructors
| CopyComponentCore(BuildComponentCore) |
Constructor |
Properties
| ParentBuildComponent |
This read-only property returns a reference to the parent build component |
Methods
| Apply(XmlDocument, string) |
This abstract method must be overridden to apply the copy component's changes to the specified document. |
| Initialize(XPathNavigator, IDictionary<string, object>) |
This abstract method must be overridden to initialize the copy component |