Example #1
0
 public NDjangoFieldInfo(NDjangoType parent, Type type, string name)
 {
     this.parent = parent;
     this.type   = type;
     this.name   = name;
 }
Example #2
0
 public NDjangoFieldInfo(NDjangoType parent, Type type, string name)
 {
     this.parent = parent;
     this.type = type;
     this.name = name;
 }