Skip to content

Commit

Permalink
Updated approval tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Nov 20, 2024
1 parent 5631d98 commit b18146e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4272,7 +4272,6 @@ public virtual DateTime? GraduationDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(12)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.ParentAggregate.Sample.ParentCTEProgramService ParentCTEProgramService
{
Expand Down Expand Up @@ -4309,7 +4308,6 @@ Entities.Common.Sample.IParentCTEProgramService Entities.Common.Sample.IParentEx
}
}
[IgnoreMember]
// [Key(13)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.ParentAggregate.Sample.ParentTeacherConference ParentTeacherConference
{
Expand Down Expand Up @@ -5274,7 +5272,6 @@ Entities.Common.EdFi.ISchool ISchoolExtension.School
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(2)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.SchoolAggregate.Sample.SchoolCTEProgramService SchoolCTEProgramService
{
Expand Down Expand Up @@ -5843,7 +5840,6 @@ public virtual DateTime? FirstPetOwnedDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(2)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.StaffAggregate.Sample.StaffPetPreference StaffPetPreference
{
Expand Down Expand Up @@ -13866,7 +13862,6 @@ public virtual DateTime? ReadGreenEggsAndHamDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(14)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.StudentParentAssociationAggregate.Sample.StudentParentAssociationTelephone StudentParentAssociationTelephone
{
Expand Down Expand Up @@ -13912,7 +13907,7 @@ Entities.Common.Sample.IStudentParentAssociationTelephone Entities.Common.Sample
// =============================================================
// Reference Data
// -------------------------------------------------------------
[Key(15)]
[Key(14)]
public virtual NHibernate.InterventionStudyAggregate.EdFi.InterventionStudyReferenceData InterventionStudyReferenceData { get; set; }

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3910,7 +3910,6 @@ public virtual DateTime? GraduationDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(12)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.ContactAggregate.Sample.ContactCTEProgramService ContactCTEProgramService
{
Expand Down Expand Up @@ -3947,7 +3946,6 @@ Entities.Common.Sample.IContactCTEProgramService Entities.Common.Sample.IContact
}
}
[IgnoreMember]
// [Key(13)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.ContactAggregate.Sample.ContactTeacherConference ContactTeacherConference
{
Expand Down Expand Up @@ -5274,7 +5272,6 @@ Entities.Common.EdFi.ISchool ISchoolExtension.School
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(2)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.SchoolAggregate.Sample.SchoolCTEProgramService SchoolCTEProgramService
{
Expand Down Expand Up @@ -5843,7 +5840,6 @@ public virtual DateTime? FirstPetOwnedDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(2)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.StaffAggregate.Sample.StaffPetPreference StaffPetPreference
{
Expand Down Expand Up @@ -10203,7 +10199,6 @@ public virtual DateTime? ReadGreenEggsAndHamDate
// One-to-one relationships
// -------------------------------------------------------------
[IgnoreMember]
// [Key(14)]
// This property implementation exists to provide the mapper with reflection-based access to the target instance's .NET type (for creating new instances)
public Entities.NHibernate.StudentContactAssociationAggregate.Sample.StudentContactAssociationTelephone StudentContactAssociationTelephone
{
Expand Down Expand Up @@ -10249,7 +10244,7 @@ Entities.Common.Sample.IStudentContactAssociationTelephone Entities.Common.Sampl
// =============================================================
// Reference Data
// -------------------------------------------------------------
[Key(15)]
[Key(14)]
public virtual NHibernate.InterventionStudyAggregate.EdFi.InterventionStudyReferenceData InterventionStudyReferenceData { get; set; }

/// <summary>
Expand Down

0 comments on commit b18146e

Please sign in to comment.