C# Class ReasonCodeExample.XPathInformation.Writers.CopyXPathCommand

Inheritance: CopyCommand
Exibir arquivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
CopyXPathCommand ( int id, XmlRepository repository, ActiveDocument activeDocument, Func writerProvider, ICommandTextFormatter textFormatter ) : System

Protected Methods

Method Description
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

CopyXPathCommand() public method

public CopyXPathCommand ( int id, XmlRepository repository, ActiveDocument activeDocument, Func writerProvider, ICommandTextFormatter textFormatter ) : System
id int
repository XmlRepository
activeDocument ActiveDocument
writerProvider Func
textFormatter ICommandTextFormatter
return System

OnBeforeQueryStatus() protected method

protected OnBeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void