|
|
@@ -179,15 +179,15 @@
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
<Property Name="CommentaireInterne" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="CommentaoirePublic" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="NbEleves" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Montant" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="CommentairePublic" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="NbEleves" Type="bigint" Nullable="false" DefaultValue="0" />
|
|
|
+ <Property Name="Montant" Type="bigint" Nullable="false" DefaultValue="0" />
|
|
|
<Property Name="TiersAstre_Code" Type="nvarchar(max)" Nullable="false" />
|
|
|
<Property Name="TiersAstre_Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
<Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" Nullable="false" />
|
|
|
<Property Name="TiersAstre_Description" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="College_Id" Type="int" Nullable="false" />
|
|
|
- <Property Name="ActionEdu_Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="CollegeId" Type="int" Nullable="false" />
|
|
|
+ <Property Name="ActionEduId" Type="int" Nullable="false" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="ActionEduMissions">
|
|
|
<Key>
|
|
|
@@ -303,7 +303,7 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Principal>
|
|
|
<Dependent Role="ActionEduCollege">
|
|
|
- <PropertyRef Name="College_Id" />
|
|
|
+ <PropertyRef Name="CollegeId" />
|
|
|
</Dependent>
|
|
|
</ReferentialConstraint>
|
|
|
</Association>
|
|
|
@@ -315,7 +315,7 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Principal>
|
|
|
<Dependent Role="ActionEduCollege">
|
|
|
- <PropertyRef Name="ActionEdu_Id" />
|
|
|
+ <PropertyRef Name="ActionEduId" />
|
|
|
</Dependent>
|
|
|
</ReferentialConstraint>
|
|
|
</Association>
|
|
|
@@ -597,16 +597,18 @@
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
<Property Name="CommentaireInterne" Type="String" Nullable="false" />
|
|
|
- <Property Name="CommentaoirePublic" Type="String" Nullable="false" />
|
|
|
- <Property Name="NbEleves" Type="String" Nullable="false" />
|
|
|
- <Property Name="Montant" Type="String" Nullable="false" />
|
|
|
+ <Property Name="CommentairePublic" Type="String" Nullable="false" />
|
|
|
+ <Property Name="NbEleves" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
+ <Property Name="Montant" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
<Property Name="TiersAstre_Code" Type="String" Nullable="false" />
|
|
|
<Property Name="TiersAstre_Nom" Type="String" Nullable="false" />
|
|
|
<Property Name="TiersAstre_CodeFamille" Type="String" Nullable="false" />
|
|
|
<Property Name="TiersAstre_Description" Type="String" Nullable="false" />
|
|
|
<NavigationProperty Name="ActionEduMissions" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduCollege" ToRole="ActionEduMission" />
|
|
|
<NavigationProperty Name="College" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="ActionEduCollege" ToRole="College" />
|
|
|
+ <Property Name="CollegeId" Type="Int32" Nullable="false" />
|
|
|
<NavigationProperty Name="ActionEdu" Relationship="CD67.FicheCollege.ActionEduCollegeActionEdu" FromRole="ActionEduCollege" ToRole="ActionEdu" />
|
|
|
+ <Property Name="ActionEduId" Type="Int32" Nullable="false" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="ActionEduMission">
|
|
|
<Key>
|
|
|
@@ -634,10 +636,26 @@
|
|
|
<Association Name="ActionEduCollegeCollege">
|
|
|
<End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
|
|
|
<End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="College">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionEduCollege">
|
|
|
+ <PropertyRef Name="CollegeId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
</Association>
|
|
|
<Association Name="ActionEduCollegeActionEdu">
|
|
|
<End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
|
|
|
<End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="1" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="ActionEdu">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionEduCollege">
|
|
|
+ <PropertyRef Name="ActionEduId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
</Association>
|
|
|
</Schema>
|
|
|
</edmx:ConceptualModels>
|
|
|
@@ -774,13 +792,15 @@
|
|
|
<MappingFragment StoreEntitySet="ActionsEduColleges">
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
|
|
|
- <ScalarProperty Name="CommentaoirePublic" ColumnName="CommentaoirePublic" />
|
|
|
+ <ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
|
|
|
<ScalarProperty Name="NbEleves" ColumnName="NbEleves" />
|
|
|
<ScalarProperty Name="Montant" ColumnName="Montant" />
|
|
|
<ScalarProperty Name="TiersAstre_Code" ColumnName="TiersAstre_Code" />
|
|
|
<ScalarProperty Name="TiersAstre_Nom" ColumnName="TiersAstre_Nom" />
|
|
|
<ScalarProperty Name="TiersAstre_CodeFamille" ColumnName="TiersAstre_CodeFamille" />
|
|
|
<ScalarProperty Name="TiersAstre_Description" ColumnName="TiersAstre_Description" />
|
|
|
+ <ScalarProperty Name="CollegeId" ColumnName="CollegeId" />
|
|
|
+ <ScalarProperty Name="ActionEduId" ColumnName="ActionEduId" />
|
|
|
</MappingFragment>
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
@@ -795,22 +815,6 @@
|
|
|
</MappingFragment>
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
- <AssociationSetMapping Name="ActionEduCollegeCollege" TypeName="CD67.FicheCollege.ActionEduCollegeCollege" StoreEntitySet="ActionsEduColleges">
|
|
|
- <EndProperty Name="College">
|
|
|
- <ScalarProperty Name="Id" ColumnName="College_Id" />
|
|
|
- </EndProperty>
|
|
|
- <EndProperty Name="ActionEduCollege">
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
- </EndProperty>
|
|
|
- </AssociationSetMapping>
|
|
|
- <AssociationSetMapping Name="ActionEduCollegeActionEdu" TypeName="CD67.FicheCollege.ActionEduCollegeActionEdu" StoreEntitySet="ActionsEduColleges">
|
|
|
- <EndProperty Name="ActionEdu">
|
|
|
- <ScalarProperty Name="Id" ColumnName="ActionEdu_Id" />
|
|
|
- </EndProperty>
|
|
|
- <EndProperty Name="ActionEduCollege">
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
- </EndProperty>
|
|
|
- </AssociationSetMapping>
|
|
|
</EntityContainerMapping>
|
|
|
</Mapping></edmx:Mappings>
|
|
|
</edmx:Runtime>
|