protected ObjectPropertyDescriptorBase(string type) : base(type)
 {
     _TypeName = TypeName.Create <TChild>();
 }
예제 #2
0
 public HasParentQueryDescriptor()
 {
     Self.Type = TypeName.Create <T>();
 }
예제 #3
0
 public HasChildQueryDescriptor()
 {
     ((IHasChildQuery)this).Type = TypeName.Create <T>();
 }