Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/11 17:16:42 (13 years ago)
Author:
ascheibe
Message:

#1648 worked on webservice

Location:
branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.dbml

    r6840 r6852  
    1818        <Column Name="NumberOfCores" Type="System.Int32" DbType="Int" CanBeNull="true" />
    1919        <Column Name="ProcessorType" Type="System.String" DbType="NVarChar(MAX)" CanBeNull="true" />
    20         <Column Name="ClientTypeId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="false" />
    21         <Column Name="OperatingSystemId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="false" />
    22         <Column Name="ClientConfigurationId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="false" />
    23         <Column Name="CountryId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="false" />
     20        <Column Name="ClientTypeId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
     21        <Column Name="OperatingSystemId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
     22        <Column Name="ClientConfigurationId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
     23        <Column Name="CountryId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
    2424        <Association Name="ClientType_Client" Member="ClientType" ThisKey="ClientTypeId" OtherKey="Id" Type="ClientType" IsForeignKey="true" />
    2525        <Association Name="OperatingSystem_Client" Member="OperatingSystem" ThisKey="OperatingSystemId" OtherKey="Id" Type="OperatingSystem" IsForeignKey="true" />
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.dbml.layout

    r6840 r6852  
    5959      </nestedChildShapes>
    6060    </classShape>
    61     <associationConnector edgePoints="[(5.875 : 2.07859537760417); (5.875 : 2.34875); (8.125 : 2.34875)]" fixedFrom="Algorithm" fixedTo="Algorithm">
     61    <associationConnector edgePoints="[(5.875 : 2.07859537760417); (5.875 : 2.34875); (8.125 : 2.34875)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    6262      <AssociationMoniker Name="/ClientManagementDataContext/Resource/Resource_ClientLog" />
    6363      <nodes>
     
    128128      </nodes>
    129129    </associationConnector>
    130     <associationConnector edgePoints="[(5.90625 : 2.07859537760417); (5.90625 : 6.22199625651042); (5.625 : 6.22199625651042)]" fixedFrom="Algorithm" fixedTo="Algorithm">
     130    <associationConnector edgePoints="[(5.90625 : 2.07859537760417); (5.90625 : 6.22199625651042); (5.625 : 6.22199625651042)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    131131      <AssociationMoniker Name="/ClientManagementDataContext/Resource/Resource_ResourcePlugin" />
    132132      <nodes>
     
    186186      </nodes>
    187187    </associationConnector>
    188     <associationConnector edgePoints="[(2.5 : 1.09699625651042); (4.46848483471003 : 1.09699625651042); (4.46848483471003 : 2.5)]" fixedFrom="Algorithm" fixedTo="Caller">
     188    <associationConnector edgePoints="[(2.5 : 1.09699625651042); (4.46848483471003 : 1.09699625651042); (4.46848483471003 : 2.5)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    189189      <AssociationMoniker Name="/ClientManagementDataContext/ClientType/ClientType_Client" />
    190190      <nodes>
     
    193193      </nodes>
    194194    </associationConnector>
    195     <associationConnector edgePoints="[(2.5 : 2.72199625651042); (3.75 : 2.72199625651042)]" fixedFrom="Algorithm" fixedTo="Algorithm">
     195    <associationConnector edgePoints="[(2.5 : 2.72199625651042); (3.75 : 2.72199625651042)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    196196      <AssociationMoniker Name="/ClientManagementDataContext/OperatingSystem/OperatingSystem_Client" />
    197197      <nodes>
     
    200200      </nodes>
    201201    </associationConnector>
    202     <associationConnector edgePoints="[(2.5 : 3.59699625651042); (3.75 : 3.59699625651042)]" fixedFrom="Algorithm" fixedTo="Algorithm">
     202    <associationConnector edgePoints="[(2.5 : 3.59699625651042); (3.75 : 3.59699625651042)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    203203      <AssociationMoniker Name="/ClientManagementDataContext/Country/Country_Client" />
    204204      <nodes>
     
    207207      </nodes>
    208208    </associationConnector>
    209     <associationConnector edgePoints="[(2.5 : 4.64505126953125); (3.75 : 4.64505126953125)]" fixedFrom="Algorithm" fixedTo="Algorithm">
     209    <associationConnector edgePoints="[(2.5 : 4.64505126953125); (3.75 : 4.64505126953125)]" fixedFrom="NotFixed" fixedTo="NotFixed">
    210210      <AssociationMoniker Name="/ClientManagementDataContext/ClientConfiguration/ClientConfiguration_Client" />
    211211      <nodes>
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.designer.cs

    r6840 r6852  
    486486    private string _ProcessorType;
    487487   
    488     private System.Guid _ClientTypeId;
    489    
    490     private System.Guid _OperatingSystemId;
    491    
    492     private System.Guid _ClientConfigurationId;
    493    
    494     private System.Guid _CountryId;
     488    private System.Nullable<System.Guid> _ClientTypeId;
     489   
     490    private System.Nullable<System.Guid> _OperatingSystemId;
     491   
     492    private System.Nullable<System.Guid> _ClientConfigurationId;
     493   
     494    private System.Nullable<System.Guid> _CountryId;
    495495   
    496496    private EntityRef<ClientType> _ClientType;
     
    516516    partial void OnProcessorTypeChanging(string value);
    517517    partial void OnProcessorTypeChanged();
    518     partial void OnClientTypeIdChanging(System.Guid value);
     518    partial void OnClientTypeIdChanging(System.Nullable<System.Guid> value);
    519519    partial void OnClientTypeIdChanged();
    520     partial void OnOperatingSystemIdChanging(System.Guid value);
     520    partial void OnOperatingSystemIdChanging(System.Nullable<System.Guid> value);
    521521    partial void OnOperatingSystemIdChanged();
    522     partial void OnClientConfigurationIdChanging(System.Guid value);
     522    partial void OnClientConfigurationIdChanging(System.Nullable<System.Guid> value);
    523523    partial void OnClientConfigurationIdChanged();
    524     partial void OnCountryIdChanging(System.Guid value);
     524    partial void OnCountryIdChanging(System.Nullable<System.Guid> value);
    525525    partial void OnCountryIdChanged();
    526526    #endregion
     
    636636   
    637637    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientTypeId", DbType="UniqueIdentifier")]
    638     public System.Guid ClientTypeId
     638    public System.Nullable<System.Guid> ClientTypeId
    639639    {
    640640      get
     
    660660   
    661661    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperatingSystemId", DbType="UniqueIdentifier")]
    662     public System.Guid OperatingSystemId
     662    public System.Nullable<System.Guid> OperatingSystemId
    663663    {
    664664      get
     
    684684   
    685685    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientConfigurationId", DbType="UniqueIdentifier")]
    686     public System.Guid ClientConfigurationId
     686    public System.Nullable<System.Guid> ClientConfigurationId
    687687    {
    688688      get
     
    708708   
    709709    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CountryId", DbType="UniqueIdentifier")]
    710     public System.Guid CountryId
     710    public System.Nullable<System.Guid> CountryId
    711711    {
    712712      get
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj

    r6821 r6852  
    9999  <ItemGroup>
    100100    <Content Include="SQL Scripts\Create ClientManagement.sql" />
     101    <Content Include="SQL Scripts\Create Initial Values.sql" />
    101102    <Content Include="SQL Scripts\Initialize ClientManagement.sql" />
    102103  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.