- Timestamp:
- 09/29/11 17:16:42 (13 years ago)
- 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 18 18 <Column Name="NumberOfCores" Type="System.Int32" DbType="Int" CanBeNull="true" /> 19 19 <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" /> 24 24 <Association Name="ClientType_Client" Member="ClientType" ThisKey="ClientTypeId" OtherKey="Id" Type="ClientType" IsForeignKey="true" /> 25 25 <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 59 59 </nestedChildShapes> 60 60 </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"> 62 62 <AssociationMoniker Name="/ClientManagementDataContext/Resource/Resource_ClientLog" /> 63 63 <nodes> … … 128 128 </nodes> 129 129 </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"> 131 131 <AssociationMoniker Name="/ClientManagementDataContext/Resource/Resource_ResourcePlugin" /> 132 132 <nodes> … … 186 186 </nodes> 187 187 </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"> 189 189 <AssociationMoniker Name="/ClientManagementDataContext/ClientType/ClientType_Client" /> 190 190 <nodes> … … 193 193 </nodes> 194 194 </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"> 196 196 <AssociationMoniker Name="/ClientManagementDataContext/OperatingSystem/OperatingSystem_Client" /> 197 197 <nodes> … … 200 200 </nodes> 201 201 </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"> 203 203 <AssociationMoniker Name="/ClientManagementDataContext/Country/Country_Client" /> 204 204 <nodes> … … 207 207 </nodes> 208 208 </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"> 210 210 <AssociationMoniker Name="/ClientManagementDataContext/ClientConfiguration/ClientConfiguration_Client" /> 211 211 <nodes> -
branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.designer.cs
r6840 r6852 486 486 private string _ProcessorType; 487 487 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; 495 495 496 496 private EntityRef<ClientType> _ClientType; … … 516 516 partial void OnProcessorTypeChanging(string value); 517 517 partial void OnProcessorTypeChanged(); 518 partial void OnClientTypeIdChanging(System. Guidvalue);518 partial void OnClientTypeIdChanging(System.Nullable<System.Guid> value); 519 519 partial void OnClientTypeIdChanged(); 520 partial void OnOperatingSystemIdChanging(System. Guidvalue);520 partial void OnOperatingSystemIdChanging(System.Nullable<System.Guid> value); 521 521 partial void OnOperatingSystemIdChanged(); 522 partial void OnClientConfigurationIdChanging(System. Guidvalue);522 partial void OnClientConfigurationIdChanging(System.Nullable<System.Guid> value); 523 523 partial void OnClientConfigurationIdChanged(); 524 partial void OnCountryIdChanging(System. Guidvalue);524 partial void OnCountryIdChanging(System.Nullable<System.Guid> value); 525 525 partial void OnCountryIdChanged(); 526 526 #endregion … … 636 636 637 637 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientTypeId", DbType="UniqueIdentifier")] 638 public System. GuidClientTypeId638 public System.Nullable<System.Guid> ClientTypeId 639 639 { 640 640 get … … 660 660 661 661 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperatingSystemId", DbType="UniqueIdentifier")] 662 public System. GuidOperatingSystemId662 public System.Nullable<System.Guid> OperatingSystemId 663 663 { 664 664 get … … 684 684 685 685 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientConfigurationId", DbType="UniqueIdentifier")] 686 public System. GuidClientConfigurationId686 public System.Nullable<System.Guid> ClientConfigurationId 687 687 { 688 688 get … … 708 708 709 709 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CountryId", DbType="UniqueIdentifier")] 710 public System. GuidCountryId710 public System.Nullable<System.Guid> CountryId 711 711 { 712 712 get -
branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj
r6821 r6852 99 99 <ItemGroup> 100 100 <Content Include="SQL Scripts\Create ClientManagement.sql" /> 101 <Content Include="SQL Scripts\Create Initial Values.sql" /> 101 102 <Content Include="SQL Scripts\Initialize ClientManagement.sql" /> 102 103 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.