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