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