Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/10 23:33:10 (14 years ago)
Author:
swagner
Message:

Migrated solution and projects to Visual Studio 2010 (#1093)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/PluginStoreClasses.designer.cs

    r3742 r4065  
    1 #region License Information
    2 /* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  *
    5  * This file is part of HeuristicLab.
    6  *
    7  * HeuristicLab is free software: you can redistribute it and/or modify
    8  * it under the terms of the GNU General Public License as published by
    9  * the Free Software Foundation, either version 3 of the License, or
    10  * (at your option) any later version.
    11  *
    12  * HeuristicLab is distributed in the hope that it will be useful,
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * GNU General Public License for more details.
    16  *
    17  * You should have received a copy of the GNU General Public License
    18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    19  */
    20 #endregion
    21 
    22 #pragma warning disable 1591
     1#pragma warning disable 1591
    232//------------------------------------------------------------------------------
    243// <auto-generated>
    254//     This code was generated by a tool.
    26 //     Runtime Version:2.0.50727.4200
     5//     Runtime Version:4.0.30319.1
    276//
    287//     Changes to this file may cause incorrect behavior and will be lost if
     
    4423 
    4524 
    46   [System.Data.Linq.Mapping.DatabaseAttribute(Name="HeuristicLab.PluginStore")]
     25  [global::System.Data.Linq.Mapping.DatabaseAttribute(Name="HeuristicLab.PluginStore")]
    4726  public partial class PluginStoreClassesDataContext : System.Data.Linq.DataContext
    4827  {
     
    140119  }
    141120 
    142   [Table(Name="dbo.Dependencies")]
     121  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Dependencies")]
    143122  public partial class Dependency : INotifyPropertyChanging, INotifyPropertyChanged
    144123  {
     
    165144    }
    166145   
    167     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     146    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    168147    public long PluginId
    169148    {
     
    185164    }
    186165   
    187     [Column(Storage="_DependencyId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     166    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DependencyId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    188167    public long DependencyId
    189168    {
     
    226205  }
    227206 
    228   [Table(Name="dbo.ProductPlugin")]
     207  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.ProductPlugin")]
    229208  public partial class ProductPlugin : INotifyPropertyChanging, INotifyPropertyChanged
    230209  {
     
    251230    }
    252231   
    253     [Column(Storage="_ProductId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     232    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProductId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    254233    public long ProductId
    255234    {
     
    271250    }
    272251   
    273     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     252    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    274253    public long PluginId
    275254    {
     
    312291  }
    313292 
    314   [Table(Name="dbo.Plugin")]
     293  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Plugin")]
    315294  public partial class Plugin : INotifyPropertyChanging, INotifyPropertyChanged
    316295  {
     
    356335    }
    357336   
    358     [Column(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
     337    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
    359338    public long Id
    360339    {
     
    376355    }
    377356   
    378     [Column(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
     357    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
    379358    public string Name
    380359    {
     
    396375    }
    397376   
    398     [Column(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
     377    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
    399378    public string Version
    400379    {
     
    416395    }
    417396   
    418     [Column(Storage="_ContactName", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     397    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContactName", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    419398    public string ContactName
    420399    {
     
    436415    }
    437416   
    438     [Column(Storage="_ContactEmail", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     417    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContactEmail", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    439418    public string ContactEmail
    440419    {
     
    456435    }
    457436   
    458     [Column(Storage="_License", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     437    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_License", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    459438    public string License
    460439    {
     
    476455    }
    477456   
    478     [Association(Name="Plugin_PluginPackage", Storage="_PluginPackage", ThisKey="Id", OtherKey="PluginId", IsUnique=true, IsForeignKey=false)]
     457    [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Plugin_PluginPackage", Storage="_PluginPackage", ThisKey="Id", OtherKey="PluginId", IsUnique=true, IsForeignKey=false)]
    479458    public PluginPackage PluginPackage
    480459    {
     
    526505  }
    527506 
    528   [Table(Name="dbo.PluginPackage")]
     507  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.PluginPackage")]
    529508  public partial class PluginPackage : INotifyPropertyChanging, INotifyPropertyChanged
    530509  {
     
    554533    }
    555534   
    556     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     535    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    557536    public long PluginId
    558537    {
     
    578557    }
    579558   
    580     [Column(Storage="_Data", DbType="Image NOT NULL", CanBeNull=false, UpdateCheck=UpdateCheck.Never)]
     559    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Data", DbType="Image NOT NULL", CanBeNull=false, UpdateCheck=UpdateCheck.Never)]
    581560    public System.Data.Linq.Binary Data
    582561    {
     
    598577    }
    599578   
    600     [Association(Name="Plugin_PluginPackage", Storage="_Plugin", ThisKey="PluginId", OtherKey="Id", IsForeignKey=true)]
     579    [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Plugin_PluginPackage", Storage="_Plugin", ThisKey="PluginId", OtherKey="Id", IsForeignKey=true)]
    601580    public Plugin Plugin
    602581    {
     
    653632  }
    654633 
    655   [Table(Name="dbo.Product")]
     634  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Product")]
    656635  public partial class Product : INotifyPropertyChanging, INotifyPropertyChanged
    657636  {
     
    682661    }
    683662   
    684     [Column(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
     663    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
    685664    public long Id
    686665    {
     
    702681    }
    703682   
    704     [Column(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
     683    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
    705684    public string Name
    706685    {
     
    722701    }
    723702   
    724     [Column(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
     703    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
    725704    public string Version
    726705    {
Note: See TracChangeset for help on using the changeset viewer.