Table of Contents

CopyCommand Class

Definition

Namespace
Sandcastle.Tools.BuildComponents.Commands
Assembly
Sandcastle.Tools.BuildComponents.dll

This is an abstract base class used for copy commands

public abstract class CopyCommand
Inheritance
CopyCommand
Derived

Constructors

CopyCommand(BuildComponentCore, string, string)

Constructor

Properties

ParentComponent

This read-only property returns the parent component

Source

This read-only property returns the XPath expression used to get the source elements

Target

This read-only property returns the XPath expression used to get the target element to which the source elements are copied

Methods

Apply(XmlDocument, IXmlNamespaceResolver)

Implement this method to apply the copy command to the given target document using the given context