Ejemplo n.º 1
0
 internal PropertyMetadata(TDH_IN_TYPE inType, TDH_OUT_TYPE outType, string name, bool isMapValue, bool isStruct, int childrenCount, MapInformation map)
 {
     this.InType        = inType;
     this.OutType       = outType;
     this.Name          = name;
     this.IsMapValue    = isMapValue;
     this.IsStruct      = isStruct;
     this.ChildrenCount = childrenCount;
     this.Map           = map;
 }
Ejemplo n.º 2
0
 internal PropertyMetadata(TDH_IN_TYPE inType, TDH_OUT_TYPE outType, string name, bool isMapValue, bool isStruct, int childrenCount, MapInformation map)
 {
     this.InType = inType;
     this.OutType = outType;
     this.Name = name;
     this.IsMapValue = isMapValue;
     this.IsStruct = isStruct;
     this.ChildrenCount = childrenCount;
     this.Map = map;
 }