Exemplo n.º 1
0
 public PlaceholderStrategy(int executionOrder, PlaceholderInfoType type) : base(executionOrder)
 {
     this.Placeholder = new PlaceholderInfo(type);
 }
Exemplo n.º 2
0
 public HeaderStrategy(int executionOrder, PlaceholderInfoType type)
     : base(DefaultExecutionOrder, type)
 {
     this.Placeholder = new PlaceholderInfo(type);
 }
Exemplo n.º 3
0
 public PlaceholderInfo(PlaceholderInfoType type)
 {
     this.Type = type;
 }