コード例 #1
0
        public virtual DmnEngineConfigurationBuilder DmnHistoryEventProducer(
            IDmnHistoryEventProducer dmnHistoryEventProducer)
        {
            DmnHistoryEventProducerRenamed = dmnHistoryEventProducer;

            return(this);
        }
コード例 #2
0
 public HistoryDecisionEvaluationListener(IDmnHistoryEventProducer historyEventProducer,
                                          IHistoryLevel historyLevel)
 {
     EventProducer     = historyEventProducer;
     this.HistoryLevel = historyLevel;
 }