Example #1
0
        public void Add(TableMapping mapping, DaemonCompiledSetter daemonCompiledSetter)
        {
            int index = Mappings.IndexOf(mapping);

            if (index >= 0)
            {
                MappingsSetters[index] = daemonCompiledSetter;
            }
        }
Example #2
0
 public DaemonCompiledSetterTuple(IEnumerable <dynamic> Results, DaemonCompiledSetter CompiledSetter)
 {
     this.Results        = Results;
     this.CompiledSetter = CompiledSetter;
 }