Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/10 14:28:39 (13 years ago)
Author:
jhaider
Message:

#1197
Updated project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataAccess/ClientManagment.dbml

    r4731 r4732  
    11<?xml version="1.0" encoding="utf-8"?><Database Class="ClientManagmentDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
    22  <Table Name="" Member="Resources">
    3     <Type Name="Resource" InheritanceCode="Resource" IsInheritanceDefault="true">
     3    <Type Name="Resource" InheritanceCode="Resource">
    44      <Column Name="ResourceID" Member="Id" Storage="_ResourceID" AutoSync="OnInsert" Type="System.Guid" IsPrimaryKey="true" CanBeNull="false" />
    55      <Column Name="Name" Type="System.String" CanBeNull="false" />
    66      <Column Name="Description" Type="System.String" CanBeNull="true" />
    7       <Column Name="ResourceType" Type="System.Guid" CanBeNull="false" IsDiscriminator="true" />
     7      <Column Name="ResourceType" Type="System.String" CanBeNull="false" IsDiscriminator="true" />
    88      <Association Name="Resource_ResourceResourceGroup" Member="Clients" Storage="_ResourceResourceGroups" ThisKey="Id" OtherKey="ResourceId" Type="ResourceResourceGroup" />
    99      <Association Name="Resource_ResourceResourceGroup1" Member="ResourceGroups" Storage="_ResourceResourceGroups1" ThisKey="Id" OtherKey="ResourceGroupId" Type="ResourceResourceGroup" />
     
    1616        <Column Name="OperatingSystem" Type="System.String" CanBeNull="true" />
    1717      </Type>
    18       <Type Name="ResourceGroup" InheritanceCode="ResourceGroup" />
     18      <Type Name="ResourceGroup" InheritanceCode="ResourceGroup" IsInheritanceDefault="true" />
    1919    </Type>
    2020  </Table>
Note: See TracChangeset for help on using the changeset viewer.