C# Class ReasonCodeExample.XPathInformation.Writers.CopyXPathCommand

Inheritance: CopyCommand
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

CopyXPathCommand() public méthode

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

OnBeforeQueryStatus() protected méthode

protected OnBeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void