예제 #1
0
 public Command()
 {
     Parameters = new List<CommandParameter>();
     CommandStatistics = new CommandStatistics();
     InfoType = InfoType.Command;
 }
예제 #2
0
 public CounterVisitor()
 {
     CommandStatistics = new CommandStatistics();
 }
예제 #3
0
 public StatisticsBase()
 {
     CommandStatistics = new CommandStatistics();
     ContextStatistics = new ContextStatistics();
 }
예제 #4
0
 public Command()
 {
     Parameters        = new List <CommandParameter>();
     CommandStatistics = new CommandStatistics();
     InfoType          = InfoType.Command;
 }
예제 #5
0
 public StatisticsBase()
 {
     CommandStatistics = new CommandStatistics();
     ContextStatistics = new ContextStatistics();
 }