Skip to content

Commit 260f891

Browse files
committed
schema update
1 parent c8af861 commit 260f891

File tree

56 files changed

+13187
-58
lines changed

Some content is hidden

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

56 files changed

+13187
-58
lines changed

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

Lines changed: 110 additions & 0 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>
@@ -502,6 +524,28 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_HistoricalD
502524
}
503525
}
504526

527+
/// <summary>
528+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment"/> entities.
529+
/// </summary>
530+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment> ecer_ICRAEligibilityAssessmentSet
531+
{
532+
get
533+
{
534+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment>();
535+
}
536+
}
537+
538+
/// <summary>
539+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_icraeligibilityassessmentbpf"/> entities.
540+
/// </summary>
541+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_icraeligibilityassessmentbpf> ecer_icraeligibilityassessmentbpfSet
542+
{
543+
get
544+
{
545+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_icraeligibilityassessmentbpf>();
546+
}
547+
}
548+
505549
/// <summary>
506550
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_identificationtype"/> entities.
507551
/// </summary>
@@ -524,6 +568,17 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ImmediateAc
524568
}
525569
}
526570

571+
/// <summary>
572+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_InternationalCertification"/> entities.
573+
/// </summary>
574+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_InternationalCertification> ecer_InternationalCertificationSet
575+
{
576+
get
577+
{
578+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_InternationalCertification>();
579+
}
580+
}
581+
527582
/// <summary>
528583
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_Investigation"/> entities.
529584
/// </summary>
@@ -898,6 +953,28 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_programappl
898953
}
899954
}
900955

956+
/// <summary>
957+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent"/> entities.
958+
/// </summary>
959+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent> ecer_ProgramApplicationComponentSet
960+
{
961+
get
962+
{
963+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponent>();
964+
}
965+
}
966+
967+
/// <summary>
968+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup"/> entities.
969+
/// </summary>
970+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup> ecer_ProgramApplicationComponentGroupSet
971+
{
972+
get
973+
{
974+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_ProgramApplicationComponentGroup>();
975+
}
976+
}
977+
901978
/// <summary>
902979
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_ProgramAreaAssessment"/> entities.
903980
/// </summary>
@@ -931,6 +1008,28 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_ProvincialR
9311008
}
9321009
}
9331010

1011+
/// <summary>
1012+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent"/> entities.
1013+
/// </summary>
1014+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent> ecer_PSPComponentSet
1015+
{
1016+
get
1017+
{
1018+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponent>();
1019+
}
1020+
}
1021+
1022+
/// <summary>
1023+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup"/> entities.
1024+
/// </summary>
1025+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup> ecer_PSPComponentGroupSet
1026+
{
1027+
get
1028+
{
1029+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_PSPComponentGroup>();
1030+
}
1031+
}
1032+
9341033
/// <summary>
9351034
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPInterviewQuestion"/> entities.
9361035
/// </summary>
@@ -964,6 +1063,17 @@ public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_pspobservat
9641063
}
9651064
}
9661065

1066+
/// <summary>
1067+
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_pspreferral"/> entities.
1068+
/// </summary>
1069+
public System.Linq.IQueryable<ECER.Utilities.DataverseSdk.Model.ecer_pspreferral> ecer_pspreferralSet
1070+
{
1071+
get
1072+
{
1073+
return this.CreateQuery<ECER.Utilities.DataverseSdk.Model.ecer_pspreferral>();
1074+
}
1075+
}
1076+
9671077
/// <summary>
9681078
/// Gets a binding to the set of all <see cref="ECER.Utilities.DataverseSdk.Model.ecer_PSPSiteVisitChecklist"/> entities.
9691079
/// </summary>

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

Lines changed: 22 additions & 34 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";
@@ -717,6 +715,7 @@ public partial class Fields
717715
public const string ecer_hascurrentcertificateconditionsName = "ecer_hascurrentcertificateconditionsname";
718716
public const string ecer_HasProvidedID = "ecer_hasprovidedid";
719717
public const string ecer_hasprovidedidName = "ecer_hasprovidedidname";
718+
public const string ecer_icraeligibilityassessment_ApplicantId = "ecer_icraeligibilityassessment_ApplicantId";
720719
public const string ecer_idverificationdecision = "ecer_idverificationdecision";
721720
public const string ecer_idverificationdecisionName = "ecer_idverificationdecisionname";
722721
public const string ecer_IneligibleReference = "ecer_ineligiblereference";
@@ -2916,6 +2915,7 @@ public string Adx_OrganizationName
29162915
/// User’s preferred portal LCID
29172916
/// </summary>
29182917
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("adx_preferredlcid")]
2918+
[System.Obsolete("This attribute is deprecated.")]
29192919
public System.Nullable<int> adx_preferredlcid
29202920
{
29212921
[System.Diagnostics.DebuggerNonUserCode()]
@@ -4119,38 +4119,6 @@ public string ecer_CertificationLevel
41194119
}
41204120
}
41214121

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-
41544122
/// <summary>
41554123
/// Readable ID For Contact. Map to Oracle CLI_ID
41564124
/// </summary>
@@ -7158,6 +7126,7 @@ public string SpousesName
71587126
/// Shows the ID of the stage.
71597127
/// </summary>
71607128
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("stageid")]
7129+
[System.Obsolete("This attribute is deprecated.")]
71617130
public System.Nullable<System.Guid> StageId
71627131
{
71637132
[System.Diagnostics.DebuggerNonUserCode()]
@@ -7455,6 +7424,7 @@ public string TransactionCurrencyIdName
74557424
/// For internal use only.
74567425
/// </summary>
74577426
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("traversedpath")]
7427+
[System.Obsolete("This attribute is deprecated.")]
74587428
public string TraversedPath
74597429
{
74607430
[System.Diagnostics.DebuggerNonUserCode()]
@@ -8125,6 +8095,24 @@ public System.Collections.Generic.IEnumerable<ECER.Utilities.DataverseSdk.Model.
81258095
}
81268096
}
81278097

8098+
/// <summary>
8099+
/// 1:N ecer_icraeligibilityassessment_ApplicantId
8100+
/// </summary>
8101+
[Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute("ecer_icraeligibilityassessment_ApplicantId")]
8102+
public System.Collections.Generic.IEnumerable<ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment> ecer_icraeligibilityassessment_ApplicantId
8103+
{
8104+
[System.Diagnostics.DebuggerNonUserCode()]
8105+
get
8106+
{
8107+
return this.GetRelatedEntities<ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment>("ecer_icraeligibilityassessment_ApplicantId", null);
8108+
}
8109+
[System.Diagnostics.DebuggerNonUserCode()]
8110+
set
8111+
{
8112+
this.SetRelatedEntities<ECER.Utilities.DataverseSdk.Model.ecer_ICRAEligibilityAssessment>("ecer_icraeligibilityassessment_ApplicantId", null, value);
8113+
}
8114+
}
8115+
81288116
/// <summary>
81298117
/// 1:N ecer_investigationapplication_contact
81308118
/// </summary>

0 commit comments

Comments
 (0)