public GDPbyIndustry() { _freq = new Parameters.Frequency { Options = (BeaParameterOptions.IsRequired | BeaParameterOptions.HasAllValue | BeaParameterOptions.AllowMultiples), AllValue = Globals.ALL_STRING }; _industry = new Parameters.GDPbyIndustry.Industry { Options = (BeaParameterOptions.IsRequired | BeaParameterOptions.HasAllValue | BeaParameterOptions.AllowMultiples), AllValue = Globals.ALL_STRING }; _tableId = new Parameters.GDPbyIndustry.TableID { Options = (BeaParameterOptions.IsRequired | BeaParameterOptions.HasAllValue | BeaParameterOptions.AllowMultiples), AllValue = Globals.ALL_STRING }; _beaYear = new Parameters.BeaYear { Options = (BeaParameterOptions.IsRequired | BeaParameterOptions.HasAllValue | BeaParameterOptions.AllowMultiples), AllValue = Globals.ALL_STRING }; MyParameters = new List<BeaParameter> { _freq, _industry, _tableId, _beaYear }; }
public Iip() { _typeOfInvestment = new Parameters.Iip.TypeOfInvestment { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; _component = new Parameters.Iip.Component { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; _freq = new Parameters.Frequency { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; _beaYear = new Parameters.BeaYear { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; MyParameters = new List<BeaParameter> {_typeOfInvestment, _component, _freq, _beaYear}; }
public RegionalData() { _keyCode = new Parameters.RegionalData.KeyCode { Options = BeaParameterOptions.IsRequired }; _geoFips = new Parameters.RegionalData.GeoFips { Options = BeaParameterOptions.AllowMultiples }; _beaYear = new Parameters.BeaYear { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; MyParameters = new List<BeaParameter> {_keyCode, _geoFips, _beaYear}; }
public NIUnderlyingDetail() { _tableId = new Parameters.NIUnderlyingDetail.TableID { Options = BeaParameterOptions.IsRequired }; _freq = new Parameters.Frequency { Options = BeaParameterOptions.IsRequired | BeaParameterOptions.AllowMultiples }; _beaYear = new Parameters.BeaYear { Options = BeaParameterOptions.IsRequired | BeaParameterOptions.HasAllValue | BeaParameterOptions.AllowMultiples, AllValue = "X" }; MyParameters = new List<BeaParameter> { _tableId, _freq, _beaYear }; }
public Ita() { _indicator = new Parameters.Ita.Indicator { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; _areaOrCountry = new Parameters.Ita.AreaOrCountry { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = "AllCountries", AllValue = Globals.ALL_STRING }; _freq = new Parameters.Frequency { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; _beaYear = new Parameters.BeaYear { Options = (BeaParameterOptions.HasAllValue | BeaParameterOptions.HasDefaultValue | BeaParameterOptions.AllowMultiples), DefaultValue = Globals.ALL_STRING, AllValue = Globals.ALL_STRING }; MyParameters = new List<BeaParameter> {_indicator, _areaOrCountry, _freq, _beaYear}; }