C# Class ReasonCodeExample.XPathInformation.Writers.CopyCommand

Exibir arquivo Open project: uli-weltersbach/XPathInformation

Protected Methods

Method Description
CopyCommand ( int id, XmlRepository repository, ActiveDocument activeDocument, Func writerProvider, ICommandTextFormatter textFormatter ) : System
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

CopyCommand() protected method

protected CopyCommand ( 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