예제 #1
0
 public BindingModelArgumentApplyer(Persistence.Version1.ArgumentList arguments)
     : base(arguments)
 {
 }
예제 #2
0
 protected ArgumentBindingModelNavigator(Persistence.Version1.ArgumentList arguments)
 {
     Arguments   = arguments;
     NavigateAll = true;
 }
예제 #3
0
 public CommonParentFinder(Persistence.Version1.ArgumentList arguments)
     : base(arguments)
 {
 }