Example #1
0
 public NestedOutputActivation(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
Example #2
0
 public NestedRenderStrategy(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
Example #3
0
 public OuterViewOutputActivator(NestedOutput nestedOutput, ViewOutput viewOutput)
 {
     _nestedOutput = nestedOutput;
     _viewOutput = viewOutput;
 }
Example #4
0
 public ViewContentDisposer(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
Example #5
0
 public NestedViewOutputActivator(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
Example #6
0
 public NestedViewOutputActivator(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
Example #7
0
 public OuterViewOutputActivator(NestedOutput nestedOutput, ViewOutput viewOutput)
 {
     _nestedOutput = nestedOutput;
     _viewOutput   = viewOutput;
 }
Example #8
0
 public ViewContentDisposer(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }
 public NestedOutputActivation(NestedOutput nestedOutput)
 {
     _nestedOutput = nestedOutput;
 }