aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Shared/SQL/ExecuteSqlRequest.cs
blob: 7802fc3f73636c0a80e4bf2db6db77c5656eee2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Shared.SQL
{
    public class ExecuteSqlRequest
    {
        public String SQL { get; set; }
    }
}
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Tango Observables Generator
// 
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Do not modify!
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Settings;
using Tango.BL.Entities;

namespace Tango.BL
{
    public partial class ObservablesContext : DbContext
    {

        /// <summary>
        /// Gets or sets the SyncConfigurations.
        /// </summary>
        public DbSet<SyncConfiguration> SyncConfigurations 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorProcessData.
        /// </summary>
        public DbSet<ColorProcessData> ColorProcessData 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorProcessFactors.
        /// </summary>
        public DbSet<ColorProcessFactor> ColorProcessFactors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorProcessParameters.
        /// </summary>
        public DbSet<ColorProcessParameter> ColorProcessParameters 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionTestResults.
        /// </summary>
        public DbSet<RmlExtensionTestResult> RmlExtensionTestResults 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlsExtensions.
        /// </summary>
        public DbSet<RmlsExtension> RmlsExtensions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TensileResults.
        /// </summary>
        public DbSet<TensileResult> TensileResults 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnApplications.
        /// </summary>
        public DbSet<YarnApplication> YarnApplications 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnBrands.
        /// </summary>
        public DbSet<YarnBrand> YarnBrands 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnFamilies.
        /// </summary>
        public DbSet<YarnFamily> YarnFamilies 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnGlossLevels.
        /// </summary>
        public DbSet<YarnGlossLevel> YarnGlossLevels 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnGroups.
        /// </summary>
        public DbSet<YarnGroup> YarnGroups 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnIndustrysectors.
        /// </summary>
        public DbSet<YarnIndustrysector> YarnIndustrysectors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnManufacturers.
        /// </summary>
        public DbSet<YarnManufacturer> YarnManufacturers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnSubFamilies.
        /// </summary>
        public DbSet<YarnSubFamily> YarnSubFamilies 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnTexturings.
        /// </summary>
        public DbSet<YarnTexturing> YarnTexturings 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnTypes.
        /// </summary>
        public DbSet<YarnType> YarnTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the YarnWhiteShades.
        /// </summary>
        public DbSet<YarnWhiteShade> YarnWhiteShades 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorCalibrations.
        /// </summary>
        public DbSet<RmlExtensionColorCalibration> RmlExtensionColorCalibrations 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorCalibrationsTests.
        /// </summary>
        public DbSet<RmlExtensionColorCalibrationsTest> RmlExtensionColorCalibrationsTests 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorCalibrationsTestsLiquidData.
        /// </summary>
        public DbSet<RmlExtensionColorCalibrationsTestsLiquidData> RmlExtensionColorCalibrationsTestsLiquidData 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorCalibrationsTestsLiquidDataPoints.
        /// </summary>
        public DbSet<RmlExtensionColorCalibrationsTestsLiquidDataPoint> RmlExtensionColorCalibrationsTestsLiquidDataPoints 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorShades.
        /// </summary>
        public DbSet<RmlExtensionColorShade> RmlExtensionColorShades 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorShadesTests.
        /// </summary>
        public DbSet<RmlExtensionColorShadesTest> RmlExtensionColorShadesTests 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionColorShadesTestsData.
        /// </summary>
        public DbSet<RmlExtensionColorShadesTestsData> RmlExtensionColorShadesTestsData 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionTestResultsFiles.
        /// </summary>
        public DbSet<RmlExtensionTestResultsFile> RmlExtensionTestResultsFiles 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ActionLogs.
        /// </summary>
        public DbSet<ActionLog> ActionLogs 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Addresses.
        /// </summary>
        public DbSet<Address> Addresses 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ApplicationDisplayPanelVersions.
        /// </summary>
        public DbSet<ApplicationDisplayPanelVersion> ApplicationDisplayPanelVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ApplicationFirmwareVersions.
        /// </summary>
        public DbSet<ApplicationFirmwareVersion> ApplicationFirmwareVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ApplicationOsVersions.
        /// </summary>
        public DbSet<ApplicationOsVersion> ApplicationOsVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the BitTypes.
        /// </summary>
        public DbSet<BitType> BitTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the BrushStops.
        /// </summary>
        public DbSet<BrushStop> BrushStops 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the BtsrApplicationTypes.
        /// </summary>
        public DbSet<BtsrApplicationType> BtsrApplicationTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the BtsrYarnTypes.
        /// </summary>
        public DbSet<BtsrYarnType> BtsrYarnTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the CartridgeTypes.
        /// </summary>
        public DbSet<CartridgeType> CartridgeTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Cats.
        /// </summary>
        public DbSet<Cat> Cats 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Ccts.
        /// </summary>
        public DbSet<Cct> Ccts 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorCatalogs.
        /// </summary>
        public DbSet<ColorCatalog> ColorCatalogs 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorCatalogsGroups.
        /// </summary>
        public DbSet<ColorCatalogsGroup> ColorCatalogsGroups 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorCatalogsItems.
        /// </summary>
        public DbSet<ColorCatalogsItem> ColorCatalogsItems 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorCatalogsItemsRecipes.
        /// </summary>
        public DbSet<ColorCatalogsItemsRecipe> ColorCatalogsItemsRecipes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorProcessInkUptake.
        /// </summary>
        public DbSet<ColorProcessInkUptake> ColorProcessInkUptake 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ColorSpaces.
        /// </summary>
        public DbSet<ColorSpace> ColorSpaces 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Configurations.
        /// </summary>
        public DbSet<Configuration> Configurations 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Contacts.
        /// </summary>
        public DbSet<Contact> Contacts 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Customers.
        /// </summary>
        public DbSet<Customer> Customers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the DataStoreItems.
        /// </summary>
        public DbSet<DataStoreItem> DataStoreItems 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the DispenserTypes.
        /// </summary>
        public DbSet<DispenserType> DispenserTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Dispensers.
        /// </summary>
        public DbSet<Dispenser> Dispensers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the EmbeddedFirmwareVersions.
        /// </summary>
        public DbSet<EmbeddedFirmwareVersion> EmbeddedFirmwareVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the EventTypes.
        /// </summary>
        public DbSet<EventType> EventTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the FiberShapes.
        /// </summary>
        public DbSet<FiberShape> FiberShapes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the FiberSynths.
        /// </summary>
        public DbSet<FiberSynth> FiberSynths 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the FseVersions.
        /// </summary>
        public DbSet<FseVersion> FseVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Gbds.
        /// </summary>
        public DbSet<Gbd> Gbds 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the GlobalDataStoreItems.
        /// </summary>
        public DbSet<GlobalDataStoreItem> GlobalDataStoreItems 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareBlowerTypes.
        /// </summary>
        public DbSet<HardwareBlowerType> HardwareBlowerTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareBlowers.
        /// </summary>
        public DbSet<HardwareBlower> HardwareBlowers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareBreakSensorTypes.
        /// </summary>
        public DbSet<HardwareBreakSensorType> HardwareBreakSensorTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareBreakSensors.
        /// </summary>
        public DbSet<HardwareBreakSensor> HardwareBreakSensors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareDancerTypes.
        /// </summary>
        public DbSet<HardwareDancerType> HardwareDancerTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareDancers.
        /// </summary>
        public DbSet<HardwareDancer> HardwareDancers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareMotorTypes.
        /// </summary>
        public DbSet<HardwareMotorType> HardwareMotorTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareMotors.
        /// </summary>
        public DbSet<HardwareMotor> HardwareMotors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwarePidControlTypes.
        /// </summary>
        public DbSet<HardwarePidControlType> HardwarePidControlTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwarePidControls.
        /// </summary>
        public DbSet<HardwarePidControl> HardwarePidControls 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareSpeedSensorTypes.
        /// </summary>
        public DbSet<HardwareSpeedSensorType> HardwareSpeedSensorTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareSpeedSensors.
        /// </summary>
        public DbSet<HardwareSpeedSensor> HardwareSpeedSensors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareVersions.
        /// </summary>
        public DbSet<HardwareVersion> HardwareVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareWinderTypes.
        /// </summary>
        public DbSet<HardwareWinderType> HardwareWinderTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the HardwareWinders.
        /// </summary>
        public DbSet<HardwareWinder> HardwareWinders 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the IdsPackFormulas.
        /// </summary>
        public DbSet<IdsPackFormula> IdsPackFormulas 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the IdsPacks.
        /// </summary>
        public DbSet<IdsPack> IdsPacks 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the JobRuns.
        /// </summary>
        public DbSet<JobRun> JobRuns 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Jobs.
        /// </summary>
        public DbSet<Job> Jobs 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the LinearMassDensityUnits.
        /// </summary>
        public DbSet<LinearMassDensityUnit> LinearMassDensityUnits 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the LiquidTypes.
        /// </summary>
        public DbSet<LiquidType> LiquidTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the LiquidTypesRmls.
        /// </summary>
        public DbSet<LiquidTypesRml> LiquidTypesRmls 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Lubs.
        /// </summary>
        public DbSet<Lub> Lubs 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MachinePrototypes.
        /// </summary>
        public DbSet<MachinePrototype> MachinePrototypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MachineStudioVersions.
        /// </summary>
        public DbSet<MachineStudioVersion> MachineStudioVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MachineVersions.
        /// </summary>
        public DbSet<MachineVersion> MachineVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Machines.
        /// </summary>
        public DbSet<Machine> Machines 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MachinesEvents.
        /// </summary>
        public DbSet<MachinesEvent> MachinesEvents 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MediaConditions.
        /// </summary>
        public DbSet<MediaCondition> MediaConditions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MediaMaterials.
        /// </summary>
        public DbSet<MediaMaterial> MediaMaterials 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MediaPurposes.
        /// </summary>
        public DbSet<MediaPurpos> MediaPurposes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the MidTankTypes.
        /// </summary>
        public DbSet<MidTankType> MidTankTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Organizations.
        /// </summary>
        public DbSet<Organization> Organizations 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Permissions.
        /// </summary>
        public DbSet<Permission> Permissions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ProcessParametersTables.
        /// </summary>
        public DbSet<ProcessParametersTable> ProcessParametersTables 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the ProcessParametersTablesGroups.
        /// </summary>
        public DbSet<ProcessParametersTablesGroup> ProcessParametersTablesGroups 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the PublishedProcedureProjects.
        /// </summary>
        public DbSet<PublishedProcedureProject> PublishedProcedureProjects 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the PublishedProcedureProjectsVersions.
        /// </summary>
        public DbSet<PublishedProcedureProjectsVersion> PublishedProcedureProjectsVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlExtensionTestWashingResults.
        /// </summary>
        public DbSet<RmlExtensionTestWashingResult> RmlExtensionTestWashingResults 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Rmls.
        /// </summary>
        public DbSet<Rml> Rmls 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RmlsSpools.
        /// </summary>
        public DbSet<RmlsSpool> RmlsSpools 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Roles.
        /// </summary>
        public DbSet<Role> Roles 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RolesPermissions.
        /// </summary>
        public DbSet<RolesPermission> RolesPermissions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the RubbingResults.
        /// </summary>
        public DbSet<RubbingResult> RubbingResults 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Segments.
        /// </summary>
        public DbSet<Segment> Segments 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the SegmentsGroups.
        /// </summary>
        public DbSet<SegmentsGroup> SegmentsGroups 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Sites.
        /// </summary>
        public DbSet<Site> Sites 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the SitesCatalogs.
        /// </summary>
        public DbSet<SitesCatalog> SitesCatalogs 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the SitesRmls.
        /// </summary>
        public DbSet<SitesRml> SitesRmls 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the SitesSpoolTypes.
        /// </summary>
        public DbSet<SitesSpoolType> SitesSpoolTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the SpoolTypes.
        /// </summary>
        public DbSet<SpoolType> SpoolTypes 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Spools.
        /// </summary>
        public DbSet<Spool> Spools 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Sysdiagrams.
        /// </summary>
        public DbSet<Sysdiagram> Sysdiagrams 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TangoUpdates.
        /// </summary>
        public DbSet<TangoUpdate> TangoUpdates 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TangoVersions.
        /// </summary>
        public DbSet<TangoVersion> TangoVersions 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechControllers.
        /// </summary>
        public DbSet<TechController> TechControllers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechDispensers.
        /// </summary>
        public DbSet<TechDispenser> TechDispensers 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechHeaters.
        /// </summary>
        public DbSet<TechHeater> TechHeaters 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechIos.
        /// </summary>
        public DbSet<TechIo> TechIos 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechMonitors.
        /// </summary>
        public DbSet<TechMonitor> TechMonitors 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the TechValves.
        /// </summary>
        public DbSet<TechValve> TechValves 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the Users.
        /// </summary>
        public DbSet<User> Users 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the UsersRoles.
        /// </summary>
        public DbSet<UsersRole> UsersRoles 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the WashingTestMaterials.
        /// </summary>
        public DbSet<WashingTestMaterial> WashingTestMaterials 
        {
            get; set; 
        }

        /// <summary>
        /// Gets or sets the WindingMethods.
        /// </summary>
        public DbSet<WindingMethod> WindingMethods 
        {
            get; set; 
        }

    }
}