public GeoSearchAttribute(GeoRelated index)
 {
     _index = index;
 }
Ejemplo n.º 2
0
 public DisplaySearchGeo(GeoRelated index) : base(ResourcesExtension.GetResourceCollection(ResourceRelated.GEO), ResourceRelated.GEO)
 {
     Index = index;
 }
Ejemplo n.º 3
0
 public GeoSearchAttribute(GeoRelated index)
 {
     Index     = (int)index;
     KindIndex = (int)KindProperty.GEO;
 }