C# Class Concordion.Internal.Listener.VerifyRowResultRenderer

Inheritance: IVerifyRowsListener
Show file Open project: concordion/concordion-net

Public Methods

Method Description
ExpressionEvaluated ( ExpressionEvaluatedEvent expressionEvaluatedEvent ) : void
MissingRow ( MissingRowEvent missingRowEvent ) : void
SurplusRow ( SurplusRowEvent surplusRowEvent ) : void

Method Details

ExpressionEvaluated() public method

public ExpressionEvaluated ( ExpressionEvaluatedEvent expressionEvaluatedEvent ) : void
expressionEvaluatedEvent Concordion.Api.Listener.ExpressionEvaluatedEvent
return void

MissingRow() public method

public MissingRow ( MissingRowEvent missingRowEvent ) : void
missingRowEvent Concordion.Api.Listener.MissingRowEvent
return void

SurplusRow() public method

public SurplusRow ( SurplusRowEvent surplusRowEvent ) : void
surplusRowEvent Concordion.Api.Listener.SurplusRowEvent
return void