C# Class Concordion.Internal.Commands.SpecificationCommand

Inheritance: AbstractCommand
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
AddSpecificationListener ( ISpecificationProcessingListener listener ) : void
Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
RemoveSpecificationListener ( ISpecificationProcessingListener listener ) : void
Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void

Private Methods

Méthode Description
AnnounceAfterProcessingEvent ( Resource resource, Element element ) : void
AnnounceBeforeProcessingEvent ( Resource resource, Element element ) : void

Method Details

AddSpecificationListener() public méthode

public AddSpecificationListener ( ISpecificationProcessingListener listener ) : void
listener ISpecificationProcessingListener
Résultat void

Execute() public méthode

public Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
Résultat void

RemoveSpecificationListener() public méthode

public RemoveSpecificationListener ( ISpecificationProcessingListener listener ) : void
listener ISpecificationProcessingListener
Résultat void

Setup() public méthode

public Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
Résultat void

Verify() public méthode

public Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
Résultat void