|
|
@@ -41,9 +41,11 @@
|
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
<Property Name="Numero" Type="nvarchar(max)" Nullable="false" />
|
|
|
<Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Montant" Type="decimal" Precision="18" Scale="0" Nullable="false" />
|
|
|
+ <Property Name="Montant" Type="decimal" Precision="18" Scale="0" />
|
|
|
<Property Name="TiersSid" Type="nvarchar" MaxLength="7" />
|
|
|
<Property Name="Description" Type="nvarchar(max)" />
|
|
|
+ <Property Name="CommentaireInterne" Type="nvarchar(max)" />
|
|
|
+ <Property Name="CommentairePublic" Type="nvarchar(max)" />
|
|
|
<Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
<Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
<Property Name="ActionEduThematiqueId" Type="int" Nullable="false" />
|
|
|
@@ -54,13 +56,8 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="CommentaireInterne" Type="nvarchar(max)" />
|
|
|
- <Property Name="CommentairePublic" Type="nvarchar(max)" />
|
|
|
- <Property Name="NbEleves" Type="bigint" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_Code" Type="nvarchar(max)" />
|
|
|
- <Property Name="TiersAstre_Nom" Type="nvarchar(max)" />
|
|
|
- <Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" />
|
|
|
- <Property Name="TiersAstre_Description" Type="nvarchar(max)" />
|
|
|
+ <Property Name="Commentaire" Type="nvarchar(max)" />
|
|
|
+ <Property Name="NbEleves" Type="bigint" />
|
|
|
<Property Name="CollegeId" Type="int" Nullable="false" />
|
|
|
<Property Name="ActionEduId" Type="int" Nullable="false" />
|
|
|
</EntityType>
|
|
|
@@ -451,9 +448,11 @@
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
<Property Name="Numero" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="Montant" Type="Decimal" Nullable="false" DefaultValue="0" Precision="18" Scale="0" />
|
|
|
- <Property Name="TiersSid" Type="String" />
|
|
|
+ <Property Name="Montant" Type="Decimal" Precision="18" Scale="0" Nullable="true" />
|
|
|
+ <Property Name="TiersSid" Type="String" MaxLength="7" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="CommentairePublic" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
+ <Property Name="CommentaireInterne" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="Neutralise" Type="Boolean" Nullable="false" />
|
|
|
<Property Name="Ordre" Type="Int32" Nullable="false" />
|
|
|
<NavigationProperty Name="ActionEduThematique" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEdu" ToRole="ActionEduThematique" />
|
|
|
@@ -503,15 +502,10 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="CommentaireInterne" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="CommentairePublic" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="NbEleves" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="TiersAstre_Code" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="TiersAstre_Nom" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="TiersAstre_CodeFamille" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="TiersAstre_Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="NbEleves" Type="Int64" Nullable="true" />
|
|
|
<NavigationProperty Name="ActionEduMissions" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduCollege" ToRole="ActionEduMission" />
|
|
|
<NavigationProperty Name="College" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="ActionEduCollege" ToRole="College" />
|
|
|
+ <Property Name="Commentaire" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
<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" />
|
|
|
@@ -651,6 +645,8 @@
|
|
|
<EntitySetMapping Name="ActionsEdu">
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEdu)">
|
|
|
<MappingFragment StoreEntitySet="ActionsEdu">
|
|
|
+ <ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
|
|
|
+ <ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
|
|
|
<ScalarProperty Name="TiersSid" ColumnName="TiersSid" />
|
|
|
<ScalarProperty Name="Montant" ColumnName="Montant" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
@@ -667,14 +663,9 @@
|
|
|
<EntitySetMapping Name="ActionsEduColleges">
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduCollege)">
|
|
|
<MappingFragment StoreEntitySet="ActionsEduColleges">
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
- <ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
|
|
|
- <ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
|
|
|
+ <ScalarProperty Name="Commentaire" ColumnName="Commentaire" />
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="NbEleves" ColumnName="NbEleves" />
|
|
|
- <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>
|