コード例 #1
0
 public EntityGeoPlaceModel(String entityLabel, int IDPlace, bool isEnabledForEdit = true)
     : base(entityLabel, "", isEnabledForEdit)
 {
     _idCtrl     = String.Format("geoEntity_{0}", _entityIndex);
     GeoModel    = new GeoPlaceCollections(IDPlace);
     _entitydata = GeoModel.ToString();
 }
コード例 #2
0
        //
        // GET: /EventPlace/

        public ActionResult EventPlaceMain(int idcity)
        {
            GeoPlaceCollections model = new GeoPlaceCollections(idcity);

            return(PartialView(model));
        }