コード例 #1
0
        public DOTSTAT_Widget(GetCodemapObject codemapObj, SessionImplObject sessionObj)
        {
            Org.Sdmxsource.Sdmx.Api.Exception.SdmxException.SetMessageResolver(new Org.Sdmxsource.Util.ResourceBundle.MessageDecoder());

            CodemapObj = codemapObj;
            SessionObj = sessionObj;
            GetSDMXObject = ISTAT.WebClient.WidgetEngine.Model.WebServiceSelector.GetSdmxImplementation(this.CodemapObj.Configuration);
        }
コード例 #2
0
        public CodemapWidget(GetCodemapObject codemapObj, SessionImplObject sessionObj)
        {
            CodemapObj = codemapObj;
            SessionObj = sessionObj;
            GetSDMXObject = WebServiceSelector.GetSdmxImplementation(this.CodemapObj.Configuration);

            if (this.SessionObj == null)
            {
                this.SessionObj = new SessionImplObject();
                this.SessionObj.SdmxObject = new SdmxObjectsImpl();
            }
        }
コード例 #3
0
 public LayoutWidget(GetCodemapObject layoutObj, SessionImplObject sessionObj)
 {
     LayObj = layoutObj;
     SessionObj = sessionObj;
     GetSDMXObject = WebServiceSelector.GetSdmxImplementation(this.LayObj.Configuration);
 }