C# Class ReasonCodeExample.XPathInformation.Writers.CopyCommand

Afficher le fichier Open project: uli-weltersbach/XPathInformation

Méthodes protégées

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

Private Methods

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

Method Details

CopyCommand() protected méthode

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