Skip to content

Commit bc53895

Browse files
committed
restore schema based on efxdev
1 parent 4318883 commit bc53895

File tree

61 files changed

+7085
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+7085
-404
lines changed

src/ECER.Utilities.DataverseSdk/Model/EcerContext.cs

Lines changed: 69 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,17 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_BulkCommuni
161161
}
162162
}
163163

164+
/// <summary>
165+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_BulkPSPCommunication"/> entities.
166+
/// </summary>
167+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_BulkPSPCommunication> ecer_BulkPSPCommunicationSet
168+
{
169+
get
170+
{
171+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_BulkPSPCommunication>();
172+
}
173+
}
174+
164175
/// <summary>
165176
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_Certificate"/> entities.
166177
/// </summary>
@@ -403,6 +414,17 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_Course> ece
403414
}
404415
}
405416

417+
/// <summary>
418+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_CourseProvincialRequirement"/> entities.
419+
/// </summary>
420+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_CourseProvincialRequirement> ecer_CourseProvincialRequirementSet
421+
{
422+
get
423+
{
424+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_CourseProvincialRequirement>();
425+
}
426+
}
427+
406428
/// <summary>
407429
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_DefaultContents"/> entities.
408430
/// </summary>
@@ -447,17 +469,6 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_EducationAs
447469
}
448470
}
449471

450-
/// <summary>
451-
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_Evidence"/> entities.
452-
/// </summary>
453-
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_Evidence> ecer_EvidenceSet
454-
{
455-
get
456-
{
457-
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_Evidence>();
458-
}
459-
}
460-
461472
/// <summary>
462473
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_finding"/> entities.
463474
/// </summary>
@@ -899,13 +910,24 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_programappl
899910
}
900911

901912
/// <summary>
902-
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramAreaAssessment"/> entities.
913+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent"/> entities.
914+
/// </summary>
915+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent> ecer_ProgramApplicationComponentSet
916+
{
917+
get
918+
{
919+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent>();
920+
}
921+
}
922+
923+
/// <summary>
924+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup"/> entities.
903925
/// </summary>
904-
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProgramAreaAssessment> ecer_ProgramAreaAssessmentSet
926+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup> ecer_ProgramApplicationComponentGroupSet
905927
{
906928
get
907929
{
908-
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ProgramAreaAssessment>();
930+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup>();
909931
}
910932
}
911933

@@ -931,6 +953,28 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProvincialR
931953
}
932954
}
933955

956+
/// <summary>
957+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent"/> entities.
958+
/// </summary>
959+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent> ecer_PSPComponentSet
960+
{
961+
get
962+
{
963+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent>();
964+
}
965+
}
966+
967+
/// <summary>
968+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup"/> entities.
969+
/// </summary>
970+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup> ecer_PSPComponentGroupSet
971+
{
972+
get
973+
{
974+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup>();
975+
}
976+
}
977+
934978
/// <summary>
935979
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPInterviewQuestion"/> entities.
936980
/// </summary>
@@ -964,6 +1008,17 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_pspobservat
9641008
}
9651009
}
9661010

1011+
/// <summary>
1012+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_pspreferral"/> entities.
1013+
/// </summary>
1014+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_pspreferral> ecer_pspreferralSet
1015+
{
1016+
get
1017+
{
1018+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_pspreferral>();
1019+
}
1020+
}
1021+
9671022
/// <summary>
9681023
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPSiteVisitChecklist"/> entities.
9691024
/// </summary>
@@ -1008,17 +1063,6 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_RenewalAsse
10081063
}
10091064
}
10101065

1011-
/// <summary>
1012-
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_RequirementCompetency"/> entities.
1013-
/// </summary>
1014-
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_RequirementCompetency> ecer_RequirementCompetencySet
1015-
{
1016-
get
1017-
{
1018-
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_RequirementCompetency>();
1019-
}
1020-
}
1021-
10221066
/// <summary>
10231067
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_Signature"/> entities.
10241068
/// </summary>

src/ECER.Utilities.DataverseSdk/Model/Entities/Contact.cs

Lines changed: 3 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,6 @@ public partial class Fields
669669
public const string ecer_certificateconditions_Registrantid = "ecer_certificateconditions_Registrantid";
670670
public const string ecer_certificatesummary_RegistrantId = "ecer_certificatesummary_RegistrantId";
671671
public const string ecer_CertificationLevel = "ecer_certificationlevel";
672-
public const string ecer_certificationpathway = "ecer_certificationpathway";
673-
public const string ecer_certificationpathwayName = "ecer_certificationpathwayname";
674672
public const string ecer_certifiedlevel_RegistrantId = "ecer_certifiedlevel_RegistrantId";
675673
public const string ecer_changeofinformation_Contactid = "ecer_changeofinformation_Contactid";
676674
public const string ecer_characterreference_ReferenceContactid = "ecer_characterreference_ReferenceContactid";
@@ -733,8 +731,6 @@ public partial class Fields
733731
public const string ecer_IsVerified = "ecer_isverified";
734732
public const string ecer_isverifiedName = "ecer_isverifiedname";
735733
public const string ecer_LegacyClientID = "ecer_legacyclientid";
736-
public const string ecer_legacyenteredby = "ecer_legacyenteredby";
737-
public const string ecer_legacyentrydate = "ecer_legacyentrydate";
738734
public const string ecer_ParentalConsentVerified = "ecer_parentalconsentverified";
739735
public const string ecer_parentalconsentverifiedName = "ecer_parentalconsentverifiedname";
740736
public const string ecer_portalinvitation_ApplicantId = "ecer_portalinvitation_ApplicantId";
@@ -936,8 +932,6 @@ public Contact(Microsoft.Xrm.Sdk.KeyAttributeCollection keyAttributes) :
936932
{
937933
}
938934

939-
public const string AlternateKeys = "ecer_legacyclientid";
940-
941935
/// <summary>
942936
/// Default Constructor.
943937
/// </summary>
@@ -2916,6 +2910,7 @@ public string Adx_OrganizationName
29162910
/// User’s preferred portal LCID
29172911
/// </summary>
29182912
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("adx_preferredlcid")]
2913+
[System.Obsolete("This attribute is deprecated.")]
29192914
public System.Nullable<int> adx_preferredlcid
29202915
{
29212916
[System.Diagnostics.DebuggerNonUserCode()]
@@ -4119,38 +4114,6 @@ public string ecer_CertificationLevel
41194114
}
41204115
}
41214116

4122-
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("ecer_certificationpathway")]
4123-
public virtual ecer_Pathways? ecer_certificationpathway
4124-
{
4125-
[System.Diagnostics.DebuggerNonUserCode()]
4126-
get
4127-
{
4128-
return ((ecer_Pathways?)(EntityOptionSetEnum.GetEnum(this, "ecer_certificationpathway")));
4129-
}
4130-
[System.Diagnostics.DebuggerNonUserCode()]
4131-
set
4132-
{
4133-
this.SetAttributeValue("ecer_certificationpathway", value.HasValue ? new Microsoft.Xrm.Sdk.OptionSetValue((int)value) : null);
4134-
}
4135-
}
4136-
4137-
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("ecer_certificationpathwayname")]
4138-
public string ecer_certificationpathwayName
4139-
{
4140-
[System.Diagnostics.DebuggerNonUserCode()]
4141-
get
4142-
{
4143-
if (this.FormattedValues.Contains("ecer_certificationpathway"))
4144-
{
4145-
return this.FormattedValues["ecer_certificationpathway"];
4146-
}
4147-
else
4148-
{
4149-
return default(string);
4150-
}
4151-
}
4152-
}
4153-
41544117
/// <summary>
41554118
/// Readable ID For Contact. Map to Oracle CLI_ID
41564119
/// </summary>
@@ -4695,36 +4658,6 @@ public string ecer_LegacyClientID
46954658
}
46964659
}
46974660

4698-
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("ecer_legacyenteredby")]
4699-
public string ecer_legacyenteredby
4700-
{
4701-
[System.Diagnostics.DebuggerNonUserCode()]
4702-
get
4703-
{
4704-
return this.GetAttributeValue<string>("ecer_legacyenteredby");
4705-
}
4706-
[System.Diagnostics.DebuggerNonUserCode()]
4707-
set
4708-
{
4709-
this.SetAttributeValue("ecer_legacyenteredby", value);
4710-
}
4711-
}
4712-
4713-
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("ecer_legacyentrydate")]
4714-
public System.Nullable<System.DateTime> ecer_legacyentrydate
4715-
{
4716-
[System.Diagnostics.DebuggerNonUserCode()]
4717-
get
4718-
{
4719-
return this.GetAttributeValue<System.Nullable<System.DateTime>>("ecer_legacyentrydate");
4720-
}
4721-
[System.Diagnostics.DebuggerNonUserCode()]
4722-
set
4723-
{
4724-
this.SetAttributeValue("ecer_legacyentrydate", value);
4725-
}
4726-
}
4727-
47284661
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("ecer_parentalconsentverified")]
47294662
public virtual ecer_YesNoNull? ecer_ParentalConsentVerified
47304663
{
@@ -7158,6 +7091,7 @@ public string SpousesName
71587091
/// Shows the ID of the stage.
71597092
/// </summary>
71607093
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("stageid")]
7094+
[System.Obsolete("This attribute is deprecated.")]
71617095
public System.Nullable<System.Guid> StageId
71627096
{
71637097
[System.Diagnostics.DebuggerNonUserCode()]
@@ -7455,6 +7389,7 @@ public string TransactionCurrencyIdName
74557389
/// For internal use only.
74567390
/// </summary>
74577391
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("traversedpath")]
7392+
[System.Obsolete("This attribute is deprecated.")]
74587393
public string TraversedPath
74597394
{
74607395
[System.Diagnostics.DebuggerNonUserCode()]

0 commit comments

Comments
 (0)