From ca860cb56904df15a4447ab24569d47912354896 Mon Sep 17 00:00:00 2001 From: Peggy Date: Mon, 25 Nov 2024 15:51:42 -0800 Subject: [PATCH] [SPDBT-3268]Screening - To remove the "Download Receipt" option (#1902) # Description This PR includes the following proposed change(s): - BE code: return PaymentTypeCode to FE. --- .../ApplicationContract.cs | 1 + src/Spd.Manager.Shared/Contract.cs | 14 + .../Application/Contract.Application.cs | 2 + .../Application/Mappings.cs | 2 + .../OData Service/ConnectedService.json | 2 +- .../OData Service/OData ServiceCsdl.xml | 319 +- .../OData Service/Reference.cs | 13065 +++++++++++++--- 7 files changed, 11091 insertions(+), 2314 deletions(-) diff --git a/src/Spd.Manager.Screening/ApplicationContract.cs b/src/Spd.Manager.Screening/ApplicationContract.cs index df107fbd5..b90d9fc56 100644 --- a/src/Spd.Manager.Screening/ApplicationContract.cs +++ b/src/Spd.Manager.Screening/ApplicationContract.cs @@ -245,6 +245,7 @@ public record ApplicationResponse : Application public record ApplicationPaymentResponse : ApplicationResponse { public DateTimeOffset? PaidOn { get; set; } + public PaymentTypeCode? PaymentTypeCode { get; set; } public int? NumberOfAttempts { get; set; } } diff --git a/src/Spd.Manager.Shared/Contract.cs b/src/Spd.Manager.Shared/Contract.cs index bf3fe0591..47dd29796 100644 --- a/src/Spd.Manager.Shared/Contract.cs +++ b/src/Spd.Manager.Shared/Contract.cs @@ -227,4 +227,18 @@ public enum ApplicationOriginTypeCode [Description("Organization Submitted")] OrganizationSubmitted } + + public enum PaymentTypeCode + { + PayBC_OnSubmission, + Cash, + CreditCard, + MoneyOrder, + Cheque, + CertifiedCheque, + CreditAccount, + JournalVoucher, + NoPayment, + PayBC_SecurePaymentLink, + } } diff --git a/src/Spd.Resource.Repository/Application/Contract.Application.cs b/src/Spd.Resource.Repository/Application/Contract.Application.cs index 3dd439f07..9e7040f11 100644 --- a/src/Spd.Resource.Repository/Application/Contract.Application.cs +++ b/src/Spd.Resource.Repository/Application/Contract.Application.cs @@ -1,5 +1,6 @@ using Spd.Resource.Repository.ApplicationInvite; using Spd.Resource.Repository.Incident; +using Spd.Resource.Repository.Payment; namespace Spd.Resource.Repository.Application; @@ -155,6 +156,7 @@ public record ApplicationResult public ServiceTypeEnum? ServiceType { get; set; } public ScreenTypeEnum? ScreeningType { get; set; } public DateTimeOffset? PaidOn { get; set; } + public PaymentTypeEnum? PaymentTypeCode { get; set; } public int? NumberOfAttempts { get; set; } public Guid? ApplicantId { get; set; } } diff --git a/src/Spd.Resource.Repository/Application/Mappings.cs b/src/Spd.Resource.Repository/Application/Mappings.cs index 4904afdec..7b3a48e0b 100644 --- a/src/Spd.Resource.Repository/Application/Mappings.cs +++ b/src/Spd.Resource.Repository/Application/Mappings.cs @@ -2,6 +2,7 @@ using Microsoft.Dynamics.CRM; using Spd.Resource.Repository.ApplicationInvite; using Spd.Resource.Repository.Incident; +using Spd.Resource.Repository.Payment; using Spd.Utilities.Dynamics; using Spd.Utilities.Shared.Tools; @@ -93,6 +94,7 @@ public Mappings() .ForMember(d => d.OrgName, opt => opt.MapFrom(s => s.spd_OrganizationId.name)) .ForMember(d => d.ServiceType, opt => opt.MapFrom(s => GetServiceType(s._spd_servicetypeid_value))) .ForMember(d => d.PaidOn, opt => opt.MapFrom(s => s.spd_paidon)) + .ForMember(d => d.PaymentTypeCode, opt => opt.MapFrom(s => SharedMappingFuncs.GetEnum(s.spd_paymenttype))) .ForMember(d => d.ScreeningType, opt => opt.MapFrom(s => GetScreenType(s.spd_screeningrequesttype))) .ForMember(d => d.NumberOfAttempts, opt => opt.MapFrom(s => s.spd_numberofattempts)) .ForMember(d => d.ApplicantId, opt => opt.MapFrom(s => s._spd_applicantid_value)); diff --git a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json index 2185d79b0..6bd6c8552 100644 --- a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json +++ b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json @@ -28,7 +28,7 @@ "MakeTypesInternal": false, "OpenGeneratedFilesInIDE": false, "GenerateMultipleFiles": false, - "CustomHttpHeaders": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ims0Y3BkRmdybU0yMHJhcThYVVRxMVlpaXNISSIsImtpZCI6Ims0Y3BkRmdybU0yMHJhcThYVVRxMVlpaXNISSJ9.eyJhdWQiOiJodHRwczovL3NwZC1zcGFyYy5kZXYuamFnLmdvdi5iYy5jYS9hcGkvZGF0YS92OS4wLyIsImlzcyI6Imh0dHA6Ly9zdHN0ZXN0Lmdvdi5iYy5jYS9hZGZzL3NlcnZpY2VzL3RydXN0IiwiaWF0IjoxNzMxMDE3MTE1LCJuYmYiOjE3MzEwMTcxMTUsImV4cCI6MTczMTAyMDcxNSwidXBuIjoic3BkX29zYWRAZ292LmJjLmNhIiwidW5pcXVlX25hbWUiOiJJRElSXFxTUERfT1NBRCIsImFwcHR5cGUiOiJDb25maWRlbnRpYWwiLCJhcHBpZCI6IjAxNzRiMjAzLWNkY2YtNDE2NC04NTMyLTBhNGM0ZmRmZGY2MiIsImF1dGhtZXRob2QiOiJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6YWM6Y2xhc3NlczpQYXNzd29yZFByb3RlY3RlZFRyYW5zcG9ydCIsImF1dGhfdGltZSI6IjIwMjQtMTEtMDdUMjI6MDU6MTUuNDg5WiIsInZlciI6IjEuMCIsInNjcCI6Im9wZW5pZCJ9.pC4KfVSStZYJlfNAJIVQ6xdSEct-vOtbQESyr2YUJoqsX7BT3OOuaBFaGUvM_41CNdZpmD6BRG04ba-3nMn4MO8Uy8GdriLgYu8MOpm4wsMrQ7XgCCUUtqGi2QF1P7s5Z9cv9Q7Xw3c9VA4Sn32f0eCtyUg-9fjVvePu1jOFXv7OCco5xkRD2jMRle71sPvO0-I--1ZhaEN40D4rgTFZ2YE6giEEifQ4oqo_FE8AfPjaCjiF03n_2KakLqLdV6257yykoaIBbrA3bWHKNk4AGYtaBI0h3vayEP31uwmkSp3elon9xHH7rs_EW29subs3_tWuhC64lxFgbXUBSmWznA", + "CustomHttpHeaders": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ims0Y3BkRmdybU0yMHJhcThYVVRxMVlpaXNISSIsImtpZCI6Ims0Y3BkRmdybU0yMHJhcThYVVRxMVlpaXNISSJ9.eyJhdWQiOiJodHRwczovL3NwZC1zcGFyYy5kZXYuamFnLmdvdi5iYy5jYS9hcGkvZGF0YS92OS4wLyIsImlzcyI6Imh0dHA6Ly9zdHN0ZXN0Lmdvdi5iYy5jYS9hZGZzL3NlcnZpY2VzL3RydXN0IiwiaWF0IjoxNzMyNTc1MzIyLCJuYmYiOjE3MzI1NzUzMjIsImV4cCI6MTczMjU3ODkyMiwidXBuIjoic3BkX29zYWRAZ292LmJjLmNhIiwidW5pcXVlX25hbWUiOiJJRElSXFxTUERfT1NBRCIsImFwcHR5cGUiOiJDb25maWRlbnRpYWwiLCJhcHBpZCI6IjAxNzRiMjAzLWNkY2YtNDE2NC04NTMyLTBhNGM0ZmRmZGY2MiIsImF1dGhtZXRob2QiOiJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6YWM6Y2xhc3NlczpQYXNzd29yZFByb3RlY3RlZFRyYW5zcG9ydCIsImF1dGhfdGltZSI6IjIwMjQtMTEtMjVUMjI6NTU6MjIuMjcwWiIsInZlciI6IjEuMCIsInNjcCI6Im9wZW5pZCJ9.eNB4tXkmo4E3n_WOBW3sSwmSHsOmRF5sJnRq6sel6ljy-ka6pskUeJrn6CaMj8ycix6UIAwdoRePyMrvPqzBxz5Hf2E24U-XvUwcYzDJQeiRvc3_UY6kG3K_zUQaW828Kq_CmG6LvuxcNSjx5WMNZv7jx7klEozMlGzSEt19voAmm2wMZhoq6QnTGZKfAwvxGVv3ZBmfsvEuy5n8VLV1P608FwpHNwvBelxdnllNfZaGHqzZ--zNDFeGtKr_ffJbIYnAgg6Uih7cWsepg1lmJuprlkyDdvhYIv2lLdcpcEU6Mv7EmHiL0TiR_NvD4QxiKXPNrxwxJyHAoDjG8pIX5w", "IncludeWebProxy": false, "WebProxyHost": null, "IncludeWebProxyNetworkCredentials": false, diff --git a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/OData ServiceCsdl.xml b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/OData ServiceCsdl.xml index 25561bc41..7e41dbe71 100644 --- a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/OData ServiceCsdl.xml +++ b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/OData ServiceCsdl.xml @@ -390,6 +390,7 @@ + @@ -510,6 +511,7 @@ + @@ -737,6 +739,7 @@ + @@ -941,6 +944,7 @@ + @@ -1152,6 +1156,7 @@ + @@ -2551,6 +2556,7 @@ + @@ -3398,6 +3404,7 @@ + @@ -3496,6 +3503,7 @@ + @@ -5045,6 +5053,7 @@ + @@ -5222,6 +5231,7 @@ + @@ -5568,6 +5578,7 @@ + @@ -5796,6 +5807,7 @@ + @@ -5917,6 +5929,7 @@ + @@ -6045,6 +6058,7 @@ + @@ -7222,6 +7236,8 @@ + + @@ -7800,6 +7816,7 @@ + @@ -8043,6 +8060,7 @@ + @@ -10132,6 +10150,8 @@ + + @@ -11086,6 +11106,7 @@ + @@ -11234,6 +11255,7 @@ + @@ -11884,6 +11906,7 @@ + @@ -12868,6 +12891,7 @@ + @@ -12894,22 +12918,25 @@ - + - + + + + @@ -12920,15 +12947,18 @@ + + - + + @@ -12976,15 +13006,19 @@ + + + + + - @@ -12992,6 +13026,7 @@ + @@ -13001,19 +13036,22 @@ + - + + + @@ -13182,6 +13220,7 @@ + @@ -13255,6 +13294,7 @@ + @@ -13571,6 +13611,7 @@ + @@ -13951,6 +13992,7 @@ + @@ -14065,6 +14107,7 @@ + @@ -14464,6 +14507,7 @@ + @@ -15004,6 +15048,7 @@ + @@ -15782,6 +15827,7 @@ + @@ -18834,6 +18880,7 @@ + @@ -18972,6 +19019,7 @@ + @@ -20439,6 +20487,7 @@ + @@ -21534,6 +21583,7 @@ + @@ -23181,6 +23231,7 @@ + @@ -24026,6 +24077,7 @@ + @@ -24849,6 +24901,7 @@ + @@ -25302,6 +25355,7 @@ + @@ -26623,6 +26677,7 @@ + @@ -27324,6 +27379,7 @@ + @@ -27700,6 +27756,7 @@ + @@ -27988,6 +28045,8 @@ + + @@ -28586,6 +28645,7 @@ + @@ -28755,7 +28815,6 @@ - @@ -28778,6 +28837,7 @@ + @@ -28813,6 +28873,7 @@ + @@ -28970,6 +29031,7 @@ + @@ -29517,6 +29579,7 @@ + @@ -29950,6 +30013,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -30969,6 +31101,7 @@ + @@ -30976,6 +31109,7 @@ + @@ -30983,10 +31117,11 @@ - + + @@ -30994,18 +31129,19 @@ + - + + - - + @@ -31058,6 +31194,9 @@ + + + @@ -31285,6 +31424,7 @@ + @@ -31689,26 +31829,25 @@ + - - + - - - - + - + + - + + @@ -32046,6 +32185,7 @@ + @@ -33400,6 +33540,7 @@ + @@ -35294,6 +35435,11 @@ + + + + + @@ -35679,6 +35825,7 @@ + @@ -36294,6 +36441,7 @@ + @@ -39970,6 +40118,22 @@ + + + + + + + + + + + + + + + + @@ -45010,6 +45174,7 @@ + @@ -45107,6 +45272,7 @@ + @@ -45161,6 +45327,7 @@ + @@ -45202,6 +45369,7 @@ + @@ -45320,6 +45488,7 @@ + @@ -45727,6 +45896,7 @@ + @@ -46022,6 +46192,7 @@ + @@ -46059,6 +46230,7 @@ + @@ -46502,6 +46674,7 @@ + @@ -46609,6 +46782,7 @@ + @@ -46852,6 +47026,7 @@ + @@ -46926,6 +47101,7 @@ + @@ -46990,6 +47166,7 @@ + @@ -47042,6 +47219,7 @@ + @@ -47310,6 +47488,7 @@ + @@ -47352,6 +47531,7 @@ + @@ -47465,6 +47645,7 @@ + @@ -47580,6 +47761,7 @@ + @@ -47962,6 +48144,7 @@ + @@ -48106,6 +48289,7 @@ + @@ -48415,6 +48599,7 @@ + @@ -48476,6 +48661,7 @@ + @@ -48689,6 +48875,7 @@ + @@ -49004,6 +49191,7 @@ + @@ -49061,6 +49249,7 @@ + @@ -49123,6 +49312,7 @@ + @@ -49242,6 +49432,7 @@ + @@ -49301,6 +49492,7 @@ + @@ -49385,6 +49577,7 @@ + @@ -49583,6 +49776,7 @@ + @@ -49804,6 +49998,7 @@ + @@ -50653,6 +50848,7 @@ + @@ -50715,6 +50911,7 @@ + @@ -51070,6 +51267,7 @@ + @@ -51873,6 +52071,7 @@ + @@ -52153,6 +52352,7 @@ + @@ -52439,6 +52639,7 @@ + @@ -52590,6 +52791,7 @@ + @@ -52942,6 +53144,7 @@ + @@ -53153,6 +53356,7 @@ + @@ -53246,6 +53450,7 @@ + @@ -53356,6 +53561,8 @@ + + @@ -53538,6 +53745,7 @@ + @@ -53613,6 +53821,7 @@ + @@ -53788,6 +53997,7 @@ + @@ -53913,12 +54123,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54229,6 +54500,7 @@ + @@ -54256,6 +54528,7 @@ + @@ -54322,6 +54595,7 @@ + @@ -54561,6 +54835,7 @@ + @@ -54931,6 +55206,7 @@ + @@ -56423,6 +56699,11 @@ + + + + + @@ -56738,6 +57019,7 @@ + @@ -57041,6 +57323,7 @@ + diff --git a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/Reference.cs b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/Reference.cs index e7ca82a8b..3a6032e5c 100644 --- a/src/Spd.Utilities.Dynamics/Connected Services/OData Service/Reference.cs +++ b/src/Spd.Utilities.Dynamics/Connected Services/OData Service/Reference.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -// Generation date: 11/7/2024 2:05:45 PM +// Generation date: 11/25/2024 2:55:53 PM namespace Microsoft.Dynamics.CRM { /// @@ -6628,6 +6628,23 @@ protected string ResolveNameFromType(global::System.Type clientType) [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _spd_fines; /// + /// There are no comments for spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetasks + { + get + { + if ((this._spd_generaladministrativetasks == null)) + { + this._spd_generaladministrativetasks = base.CreateQuery("spd_generaladministrativetasks"); + } + return this._spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetasks; + /// /// There are no comments for spd_genericuploads in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -11254,6 +11271,14 @@ public virtual void AddTospd_fines(spd_fine spd_fine) base.AddObject("spd_fines", spd_fine); } /// + /// There are no comments for spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual void AddTospd_generaladministrativetasks(spd_generaladministrativetask spd_generaladministrativetask) + { + base.AddObject("spd_generaladministrativetasks", spd_generaladministrativetask); + } + /// /// There are no comments for spd_genericuploads in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -17689,6 +17714,27 @@ public accountSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _spd_account_spd_subject_Subject; + /// + /// There are no comments for account_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery account_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._account_spd_generaladministrativetasks == null)) + { + this._account_spd_generaladministrativetasks = Context.CreateQuery(GetPath("account_spd_generaladministrativetasks")); + } + return this._account_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _account_spd_generaladministrativetasks; } /// /// There are no comments for account in the schema. @@ -24735,6 +24781,28 @@ public virtual string spd_cassitenumber partial void Onspd_account_spd_subject_SubjectChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_account_spd_subject_SubjectChanged(); /// + /// There are no comments for Property account_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection account_spd_generaladministrativetasks + { + get + { + return this._account_spd_generaladministrativetasks; + } + set + { + this.Onaccount_spd_generaladministrativetasksChanging(value); + this._account_spd_generaladministrativetasks = value; + this.Onaccount_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("account_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _account_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onaccount_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onaccount_spd_generaladministrativetasksChanged(); + /// /// There are no comments for spd_ClearanceSummary in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_ClearanceSummary() @@ -25879,6 +25947,27 @@ public actioncardSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for actioncard in the schema. @@ -25913,6 +26002,7 @@ public partial class actioncard : crmbaseentity /// Initial value of regardingobjectid_serviceappointment_actioncard. /// Initial value of regardingobjectid_lead_actioncard. /// Initial value of regardingobjectid_opportunity_actioncard. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static actioncard Createactioncard(global::Microsoft.Dynamics.CRM.letter regardingobjectid_letter_actioncard, global::Microsoft.Dynamics.CRM.phonecall regardingobjectid_phonecall_actioncard, @@ -25933,7 +26023,8 @@ public static actioncard Createactioncard(global::Microsoft.Dynamics.CRM.letter global::Microsoft.Dynamics.CRM.incident regardingobjectid_incident_actioncard, global::Microsoft.Dynamics.CRM.serviceappointment regardingobjectid_serviceappointment_actioncard, global::Microsoft.Dynamics.CRM.lead regardingobjectid_lead_actioncard, - global::Microsoft.Dynamics.CRM.opportunity regardingobjectid_opportunity_actioncard) + global::Microsoft.Dynamics.CRM.opportunity regardingobjectid_opportunity_actioncard, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { actioncard actioncard = new actioncard(); if ((regardingobjectid_letter_actioncard == null)) @@ -26036,6 +26127,11 @@ public static actioncard Createactioncard(global::Microsoft.Dynamics.CRM.letter throw new global::System.ArgumentNullException("regardingobjectid_opportunity_actioncard"); } actioncard.regardingobjectid_opportunity_actioncard = regardingobjectid_opportunity_actioncard; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + actioncard.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return actioncard; } /// @@ -27312,6 +27408,29 @@ public virtual string title private global::Microsoft.Dynamics.CRM.opportunity _regardingobjectid_opportunity_actioncard; partial void Onregardingobjectid_opportunity_actioncardChanging(global::Microsoft.Dynamics.CRM.opportunity value); partial void Onregardingobjectid_opportunity_actioncardChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for actioncarduserstateSingle in the schema. @@ -30949,6 +31068,27 @@ public activitypartySingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.salesorderSingle _partyid_salesorder; + /// + /// There are no comments for activityid_spd_generaladministrativetask_activityparty in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle activityid_spd_generaladministrativetask_activityparty + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activityid_spd_generaladministrativetask_activityparty == null)) + { + this._activityid_spd_generaladministrativetask_activityparty = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("activityid_spd_generaladministrativetask_activityparty")); + } + return this._activityid_spd_generaladministrativetask_activityparty; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _activityid_spd_generaladministrativetask_activityparty; } /// /// There are no comments for activityparty in the schema. @@ -30997,6 +31137,7 @@ public partial class activityparty : crmbaseentity /// Initial value of partyid_quote. /// Initial value of activityid_quoteclose. /// Initial value of partyid_salesorder. + /// Initial value of activityid_spd_generaladministrativetask_activityparty. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static activityparty Createactivityparty(global::Microsoft.Dynamics.CRM.recurringappointmentmaster activityid_recurringappointmentmaster, global::Microsoft.Dynamics.CRM.socialactivity activityid_socialactivity, @@ -31031,7 +31172,8 @@ public static activityparty Createactivityparty(global::Microsoft.Dynamics.CRM.r global::Microsoft.Dynamics.CRM.orderclose activityid_orderclose, global::Microsoft.Dynamics.CRM.quote partyid_quote, global::Microsoft.Dynamics.CRM.quoteclose activityid_quoteclose, - global::Microsoft.Dynamics.CRM.salesorder partyid_salesorder) + global::Microsoft.Dynamics.CRM.salesorder partyid_salesorder, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask activityid_spd_generaladministrativetask_activityparty) { activityparty activityparty = new activityparty(); if ((activityid_recurringappointmentmaster == null)) @@ -31204,6 +31346,11 @@ public static activityparty Createactivityparty(global::Microsoft.Dynamics.CRM.r throw new global::System.ArgumentNullException("partyid_salesorder"); } activityparty.partyid_salesorder = partyid_salesorder; + if ((activityid_spd_generaladministrativetask_activityparty == null)) + { + throw new global::System.ArgumentNullException("activityid_spd_generaladministrativetask_activityparty"); + } + activityparty.activityid_spd_generaladministrativetask_activityparty = activityid_spd_generaladministrativetask_activityparty; return activityparty; } /// @@ -32428,6 +32575,29 @@ public virtual string exchangeentryid private global::Microsoft.Dynamics.CRM.salesorder _partyid_salesorder; partial void Onpartyid_salesorderChanging(global::Microsoft.Dynamics.CRM.salesorder value); partial void Onpartyid_salesorderChanged(); + /// + /// There are no comments for Property activityid_spd_generaladministrativetask_activityparty in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "activityid_spd_generaladministrativetask_activityparty is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask activityid_spd_generaladministrativetask_activityparty + { + get + { + return this._activityid_spd_generaladministrativetask_activityparty; + } + set + { + this.Onactivityid_spd_generaladministrativetask_activitypartyChanging(value); + this._activityid_spd_generaladministrativetask_activityparty = value; + this.Onactivityid_spd_generaladministrativetask_activitypartyChanged(); + this.OnPropertyChanged("activityid_spd_generaladministrativetask_activityparty"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _activityid_spd_generaladministrativetask_activityparty; + partial void Onactivityid_spd_generaladministrativetask_activitypartyChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onactivityid_spd_generaladministrativetask_activitypartyChanged(); } /// /// There are no comments for activitypointerSingle in the schema. @@ -33901,6 +34071,27 @@ public activitypointerSingle(global::Microsoft.OData.Client.DataServiceQuerySing } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for activitypointer in the schema. @@ -36658,6 +36849,28 @@ public virtual string activityadditionalparams private global::Microsoft.Dynamics.CRM.spd_fine _regardingobjectid_spd_fine; partial void Onregardingobjectid_spd_fineChanging(global::Microsoft.Dynamics.CRM.spd_fine value); partial void Onregardingobjectid_spd_fineChanged(); + /// + /// There are no comments for Property activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection activity_pointer_spd_generaladministrativetask + { + get + { + return this._activity_pointer_spd_generaladministrativetask; + } + set + { + this.Onactivity_pointer_spd_generaladministrativetaskChanging(value); + this._activity_pointer_spd_generaladministrativetask = value; + this.Onactivity_pointer_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("activity_pointer_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _activity_pointer_spd_generaladministrativetask = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onactivity_pointer_spd_generaladministrativetaskChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onactivity_pointer_spd_generaladministrativetaskChanged(); } /// /// There are no comments for annotationSingle in the schema. @@ -38215,6 +38428,27 @@ public annotationSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle objectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._objectid_spd_generaladministrativetask == null)) + { + this._objectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("objectid_spd_generaladministrativetask")); + } + return this._objectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _objectid_spd_generaladministrativetask; } /// /// There are no comments for annotation in the schema. @@ -38298,6 +38532,7 @@ public partial class annotation : crmbaseentity /// Initial value of objectid_msdyn_playbookinstance. /// Initial value of objectid_msdyn_playbooktemplate. /// Initial value of objectid_spd_complaint. + /// Initial value of objectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static annotation Createannotation(global::Microsoft.Dynamics.CRM.knowledgearticle objectid_knowledgearticle, global::Microsoft.Dynamics.CRM.knowledgebaserecord objectid_knowledgebaserecord, @@ -38367,7 +38602,8 @@ public static annotation Createannotation(global::Microsoft.Dynamics.CRM.knowled global::Microsoft.Dynamics.CRM.msdyn_aiodimage objectid_msdyn_aiodimage, global::Microsoft.Dynamics.CRM.msdyn_playbookinstance objectid_msdyn_playbookinstance, global::Microsoft.Dynamics.CRM.msdyn_playbooktemplate objectid_msdyn_playbooktemplate, - global::Microsoft.Dynamics.CRM.spd_complaint objectid_spd_complaint) + global::Microsoft.Dynamics.CRM.spd_complaint objectid_spd_complaint, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask) { annotation annotation = new annotation(); if ((objectid_knowledgearticle == null)) @@ -38715,6 +38951,11 @@ public static annotation Createannotation(global::Microsoft.Dynamics.CRM.knowled throw new global::System.ArgumentNullException("objectid_spd_complaint"); } annotation.objectid_spd_complaint = objectid_spd_complaint; + if ((objectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("objectid_spd_generaladministrativetask"); + } + annotation.objectid_spd_generaladministrativetask = objectid_spd_generaladministrativetask; return annotation; } /// @@ -40986,6 +41227,29 @@ public virtual string subject private global::Microsoft.Dynamics.CRM.spd_complaint _objectid_spd_complaint; partial void Onobjectid_spd_complaintChanging(global::Microsoft.Dynamics.CRM.spd_complaint value); partial void Onobjectid_spd_complaintChanged(); + /// + /// There are no comments for Property objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "objectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask + { + get + { + return this._objectid_spd_generaladministrativetask; + } + set + { + this.Onobjectid_spd_generaladministrativetaskChanging(value); + this._objectid_spd_generaladministrativetask = value; + this.Onobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("objectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _objectid_spd_generaladministrativetask; + partial void Onobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for annualfiscalcalendarSingle in the schema. @@ -49440,6 +49704,27 @@ public appointmentSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for appointment in the schema. @@ -58683,6 +58968,27 @@ public asyncoperationSingle(global::Microsoft.OData.Client.DataServiceQuerySingl } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivationSingle _regardingobjectid_spd_licensingreconsiderationreactivation; + /// + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for asyncoperation in the schema. @@ -59020,6 +59326,7 @@ public partial class asyncoperation : crmbaseentity /// Initial value of regardingobjectid_spd_subject. /// Initial value of regardingobjectid_spd_investigation. /// Initial value of regardingobjectid_spd_licensingreconsiderationreactivation. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static asyncoperation Createasyncoperation(global::Microsoft.Dynamics.CRM.theme regardingobjectid_theme, global::Microsoft.Dynamics.CRM.usermapping regardingobjectid_usermapping, @@ -59343,7 +59650,8 @@ public static asyncoperation Createasyncoperation(global::Microsoft.Dynamics.CRM global::Microsoft.Dynamics.CRM.spd_complaintsubject regardingobjectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject regardingobjectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation regardingobjectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { asyncoperation asyncoperation = new asyncoperation(); if ((regardingobjectid_theme == null)) @@ -60961,6 +61269,11 @@ public static asyncoperation Createasyncoperation(global::Microsoft.Dynamics.CRM throw new global::System.ArgumentNullException("regardingobjectid_spd_licensingreconsiderationreactivation"); } asyncoperation.regardingobjectid_spd_licensingreconsiderationreactivation = regardingobjectid_spd_licensingreconsiderationreactivation; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + asyncoperation.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return asyncoperation; } /// @@ -69712,6 +70025,29 @@ public virtual string workload private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _regardingobjectid_spd_licensingreconsiderationreactivation; partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for attachmentSingle in the schema. @@ -87088,6 +87424,27 @@ public bookableresourcebookingheaderSingle(global::Microsoft.OData.Client.DataSe } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.transactioncurrencySingle _transactioncurrencyid; + /// + /// There are no comments for bookableresourcebookingheader_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery bookableresourcebookingheader_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._bookableresourcebookingheader_spd_generaladministrativetasks == null)) + { + this._bookableresourcebookingheader_spd_generaladministrativetasks = Context.CreateQuery(GetPath("bookableresourcebookingheader_spd_generaladministrativetasks")); + } + return this._bookableresourcebookingheader_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _bookableresourcebookingheader_spd_generaladministrativetasks; } /// /// There are no comments for bookableresourcebookingheader in the schema. @@ -88565,6 +88922,28 @@ public virtual string name private global::Microsoft.Dynamics.CRM.transactioncurrency _transactioncurrencyid; partial void OntransactioncurrencyidChanging(global::Microsoft.Dynamics.CRM.transactioncurrency value); partial void OntransactioncurrencyidChanged(); + /// + /// There are no comments for Property bookableresourcebookingheader_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection bookableresourcebookingheader_spd_generaladministrativetasks + { + get + { + return this._bookableresourcebookingheader_spd_generaladministrativetasks; + } + set + { + this.Onbookableresourcebookingheader_spd_generaladministrativetasksChanging(value); + this._bookableresourcebookingheader_spd_generaladministrativetasks = value; + this.Onbookableresourcebookingheader_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("bookableresourcebookingheader_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _bookableresourcebookingheader_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onbookableresourcebookingheader_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onbookableresourcebookingheader_spd_generaladministrativetasksChanged(); } /// /// There are no comments for bookableresourcebookingSingle in the schema. @@ -89387,6 +89766,27 @@ public bookableresourcebookingSingle(global::Microsoft.OData.Client.DataServiceQ } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.transactioncurrencySingle _transactioncurrencyid; + /// + /// There are no comments for bookableresourcebooking_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery bookableresourcebooking_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._bookableresourcebooking_spd_generaladministrativetasks == null)) + { + this._bookableresourcebooking_spd_generaladministrativetasks = Context.CreateQuery(GetPath("bookableresourcebooking_spd_generaladministrativetasks")); + } + return this._bookableresourcebooking_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _bookableresourcebooking_spd_generaladministrativetasks; } /// /// There are no comments for bookableresourcebooking in the schema. @@ -91020,6 +91420,28 @@ public virtual string name private global::Microsoft.Dynamics.CRM.transactioncurrency _transactioncurrencyid; partial void OntransactioncurrencyidChanging(global::Microsoft.Dynamics.CRM.transactioncurrency value); partial void OntransactioncurrencyidChanged(); + /// + /// There are no comments for Property bookableresourcebooking_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection bookableresourcebooking_spd_generaladministrativetasks + { + get + { + return this._bookableresourcebooking_spd_generaladministrativetasks; + } + set + { + this.Onbookableresourcebooking_spd_generaladministrativetasksChanging(value); + this._bookableresourcebooking_spd_generaladministrativetasks = value; + this.Onbookableresourcebooking_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("bookableresourcebooking_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _bookableresourcebooking_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onbookableresourcebooking_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onbookableresourcebooking_spd_generaladministrativetasksChanged(); } /// /// There are no comments for bookableresourcecategorySingle in the schema. @@ -110875,6 +111297,27 @@ public bulkdeletefailureSingle(global::Microsoft.OData.Client.DataServiceQuerySi } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivationSingle _regardingobjectid_spd_licensingreconsiderationreactivation; + /// + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for bulkdeletefailure in the schema. @@ -111186,6 +111629,7 @@ public partial class bulkdeletefailure : crmbaseentity /// Initial value of regardingobjectid_spd_subject. /// Initial value of regardingobjectid_spd_investigation. /// Initial value of regardingobjectid_spd_licensingreconsiderationreactivation. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static bulkdeletefailure Createbulkdeletefailure(global::Microsoft.Dynamics.CRM.theme regardingobjectid_theme, global::Microsoft.Dynamics.CRM.usermapping regardingobjectid_usermapping, @@ -111483,7 +111927,8 @@ public static bulkdeletefailure Createbulkdeletefailure(global::Microsoft.Dynami global::Microsoft.Dynamics.CRM.spd_complaintsubject regardingobjectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject regardingobjectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation regardingobjectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { bulkdeletefailure bulkdeletefailure = new bulkdeletefailure(); if ((regardingobjectid_theme == null)) @@ -112971,6 +113416,11 @@ public static bulkdeletefailure Createbulkdeletefailure(global::Microsoft.Dynami throw new global::System.ArgumentNullException("regardingobjectid_spd_licensingreconsiderationreactivation"); } bulkdeletefailure.regardingobjectid_spd_licensingreconsiderationreactivation = regardingobjectid_spd_licensingreconsiderationreactivation; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + bulkdeletefailure.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return bulkdeletefailure; } /// @@ -120024,6 +120474,29 @@ public virtual string errordescription private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _regardingobjectid_spd_licensingreconsiderationreactivation; partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for bulkdeleteoperationSingle in the schema. @@ -123314,6 +123787,27 @@ public bulkoperationSingle(global::Microsoft.OData.Client.DataServiceQuerySingle [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _BulkOperation_CampaignResponse; /// + /// There are no comments for bulkoperation_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery bulkoperation_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._bulkoperation_spd_generaladministrativetasks == null)) + { + this._bulkoperation_spd_generaladministrativetasks = Context.CreateQuery(GetPath("bulkoperation_spd_generaladministrativetasks")); + } + return this._bulkoperation_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _bulkoperation_spd_generaladministrativetasks; + /// /// There are no comments for regardingobjectid_new_interactionforemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -124762,6 +125256,27 @@ public bulkoperationSingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for bulkoperation in the schema. @@ -126610,6 +127125,28 @@ public virtual string parameters partial void OnBulkOperation_CampaignResponseChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void OnBulkOperation_CampaignResponseChanged(); /// + /// There are no comments for Property bulkoperation_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection bulkoperation_spd_generaladministrativetasks + { + get + { + return this._bulkoperation_spd_generaladministrativetasks; + } + set + { + this.Onbulkoperation_spd_generaladministrativetasksChanging(value); + this._bulkoperation_spd_generaladministrativetasks = value; + this.Onbulkoperation_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("bulkoperation_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _bulkoperation_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onbulkoperation_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onbulkoperation_spd_generaladministrativetasksChanged(); + /// /// There are no comments for RetrieveMembersBulkOperation in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuery RetrieveMembersBulkOperation(int BulkOperationSource, int EntitySource) @@ -131874,6 +132411,27 @@ public businessunitSingle(global::Microsoft.OData.Client.DataServiceQuerySingle< } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _business_unit_spd_subject; + /// + /// There are no comments for spd_generaladministrativetask_businessunit_owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_businessunit_owningbusinessunit + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_businessunit_owningbusinessunit == null)) + { + this._spd_generaladministrativetask_businessunit_owningbusinessunit = Context.CreateQuery(GetPath("spd_generaladministrativetask_businessunit_owningbusinessunit")); + } + return this._spd_generaladministrativetask_businessunit_owningbusinessunit; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_businessunit_owningbusinessunit; } /// /// There are no comments for businessunit in the schema. @@ -138162,6 +138720,28 @@ public virtual string websiteurl partial void Onbusiness_unit_spd_subjectChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onbusiness_unit_spd_subjectChanged(); /// + /// There are no comments for Property spd_generaladministrativetask_businessunit_owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_businessunit_owningbusinessunit + { + get + { + return this._spd_generaladministrativetask_businessunit_owningbusinessunit; + } + set + { + this.Onspd_generaladministrativetask_businessunit_owningbusinessunitChanging(value); + this._spd_generaladministrativetask_businessunit_owningbusinessunit = value; + this.Onspd_generaladministrativetask_businessunit_owningbusinessunitChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_businessunit_owningbusinessunit"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_businessunit_owningbusinessunit = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_businessunit_owningbusinessunitChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_businessunit_owningbusinessunitChanged(); + /// /// There are no comments for RetrieveBusinessHierarchyBusinessUnit in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuery RetrieveBusinessHierarchyBusinessUnit() @@ -142568,6 +143148,27 @@ public campaignactivitySingle(global::Microsoft.OData.Client.DataServiceQuerySin [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _CampaignActivity_logs; /// + /// There are no comments for campaignactivity_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery campaignactivity_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._campaignactivity_spd_generaladministrativetasks == null)) + { + this._campaignactivity_spd_generaladministrativetasks = Context.CreateQuery(GetPath("campaignactivity_spd_generaladministrativetasks")); + } + return this._campaignactivity_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _campaignactivity_spd_generaladministrativetasks; + /// /// There are no comments for regardingobjectid_new_interactionforemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -144016,6 +144617,27 @@ public campaignactivitySingle(global::Microsoft.OData.Client.DataServiceQuerySin } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for campaignactivity in the schema. @@ -145860,6 +146482,28 @@ public virtual string subcategory partial void OnCampaignActivity_logsChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void OnCampaignActivity_logsChanged(); /// + /// There are no comments for Property campaignactivity_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection campaignactivity_spd_generaladministrativetasks + { + get + { + return this._campaignactivity_spd_generaladministrativetasks; + } + set + { + this.Oncampaignactivity_spd_generaladministrativetasksChanging(value); + this._campaignactivity_spd_generaladministrativetasks = value; + this.Oncampaignactivity_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("campaignactivity_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _campaignactivity_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oncampaignactivity_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oncampaignactivity_spd_generaladministrativetasksChanged(); + /// /// There are no comments for DistributeCampaignActivity in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle DistributeCampaignActivity(bool Propagate, global::Microsoft.Dynamics.CRM.crmbaseentity Activity, global::Microsoft.Dynamics.CRM.template Template, global::Microsoft.Dynamics.CRM.PropagationOwnershipOptions OwnershipOptions, global::Microsoft.Dynamics.CRM.crmbaseentity Owner, bool SendEmail, global::Microsoft.Dynamics.CRM.queue Queue, bool PostWorkflowEvent) @@ -147991,6 +148635,27 @@ public campaignresponseSingle(global::Microsoft.OData.Client.DataServiceQuerySin [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.bulkoperationSingle _regardingobjectid_bulkoperation_campaignresponse; /// + /// There are no comments for originatingactivityid_spd_generaladministrativetask_campaignresponse in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle originatingactivityid_spd_generaladministrativetask_campaignresponse + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._originatingactivityid_spd_generaladministrativetask_campaignresponse == null)) + { + this._originatingactivityid_spd_generaladministrativetask_campaignresponse = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("originatingactivityid_spd_generaladministrativetask_campaignresponse")); + } + return this._originatingactivityid_spd_generaladministrativetask_campaignresponse; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _originatingactivityid_spd_generaladministrativetask_campaignresponse; + /// /// There are no comments for regardingobjectid_new_interactionforemail in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -149439,6 +150104,27 @@ public campaignresponseSingle(global::Microsoft.OData.Client.DataServiceQuerySin } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for campaignresponse in the schema. @@ -149530,6 +150216,7 @@ public partial class campaignresponse : activitypointer /// Initial value of regardingobjectid_account_campaignresponse. /// Initial value of regardingobjectid_contact_campaignresponse. /// Initial value of regardingobjectid_bulkoperation_campaignresponse. + /// Initial value of originatingactivityid_spd_generaladministrativetask_campaignresponse. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static campaignresponse Createcampaignresponse(global::Microsoft.Dynamics.CRM.interactionforemail regardingobjectid_new_interactionforemail, global::Microsoft.Dynamics.CRM.knowledgebaserecord regardingobjectid_knowledgebaserecord, @@ -149607,7 +150294,8 @@ public static campaignresponse Createcampaignresponse(global::Microsoft.Dynamics global::Microsoft.Dynamics.CRM.quoteclose originatingactivityid_quoteclose_campaignresponse, global::Microsoft.Dynamics.CRM.account regardingobjectid_account_campaignresponse, global::Microsoft.Dynamics.CRM.contact regardingobjectid_contact_campaignresponse, - global::Microsoft.Dynamics.CRM.bulkoperation regardingobjectid_bulkoperation_campaignresponse) + global::Microsoft.Dynamics.CRM.bulkoperation regardingobjectid_bulkoperation_campaignresponse, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask originatingactivityid_spd_generaladministrativetask_campaignresponse) { campaignresponse campaignresponse = new campaignresponse(); if ((regardingobjectid_new_interactionforemail == null)) @@ -149995,6 +150683,11 @@ public static campaignresponse Createcampaignresponse(global::Microsoft.Dynamics throw new global::System.ArgumentNullException("regardingobjectid_bulkoperation_campaignresponse"); } campaignresponse.regardingobjectid_bulkoperation_campaignresponse = regardingobjectid_bulkoperation_campaignresponse; + if ((originatingactivityid_spd_generaladministrativetask_campaignresponse == null)) + { + throw new global::System.ArgumentNullException("originatingactivityid_spd_generaladministrativetask_campaignresponse"); + } + campaignresponse.originatingactivityid_spd_generaladministrativetask_campaignresponse = originatingactivityid_spd_generaladministrativetask_campaignresponse; return campaignresponse; } /// @@ -151509,6 +152202,29 @@ public virtual string category partial void Onregardingobjectid_bulkoperation_campaignresponseChanging(global::Microsoft.Dynamics.CRM.bulkoperation value); partial void Onregardingobjectid_bulkoperation_campaignresponseChanged(); /// + /// There are no comments for Property originatingactivityid_spd_generaladministrativetask_campaignresponse in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "originatingactivityid_spd_generaladministrativetask_campaignresponse is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask originatingactivityid_spd_generaladministrativetask_campaignresponse + { + get + { + return this._originatingactivityid_spd_generaladministrativetask_campaignresponse; + } + set + { + this.Onoriginatingactivityid_spd_generaladministrativetask_campaignresponseChanging(value); + this._originatingactivityid_spd_generaladministrativetask_campaignresponse = value; + this.Onoriginatingactivityid_spd_generaladministrativetask_campaignresponseChanged(); + this.OnPropertyChanged("originatingactivityid_spd_generaladministrativetask_campaignresponse"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _originatingactivityid_spd_generaladministrativetask_campaignresponse; + partial void Onoriginatingactivityid_spd_generaladministrativetask_campaignresponseChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onoriginatingactivityid_spd_generaladministrativetask_campaignresponseChanged(); + /// /// There are no comments for CopyCampaignResponse in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle CopyCampaignResponse() @@ -152553,6 +153269,27 @@ public campaignSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _campaign_QuoteCloses; + /// + /// There are no comments for campaign_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery campaign_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._campaign_spd_generaladministrativetasks == null)) + { + this._campaign_spd_generaladministrativetasks = Context.CreateQuery(GetPath("campaign_spd_generaladministrativetasks")); + } + return this._campaign_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _campaign_spd_generaladministrativetasks; } /// /// There are no comments for campaign in the schema. @@ -154883,6 +155620,28 @@ public virtual byte[] entityimage partial void Oncampaign_QuoteClosesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Oncampaign_QuoteClosesChanged(); /// + /// There are no comments for Property campaign_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection campaign_spd_generaladministrativetasks + { + get + { + return this._campaign_spd_generaladministrativetasks; + } + set + { + this.Oncampaign_spd_generaladministrativetasksChanging(value); + this._campaign_spd_generaladministrativetasks = value; + this.Oncampaign_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("campaign_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _campaign_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oncampaign_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oncampaign_spd_generaladministrativetasksChanged(); + /// /// There are no comments for AddItemCampaign in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle AddItemCampaign(global::Microsoft.Dynamics.CRM.campaign Campaign) @@ -174937,6 +175696,48 @@ public connectionSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for record1id_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle record1id_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._record1id_spd_generaladministrativetask == null)) + { + this._record1id_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("record1id_spd_generaladministrativetask")); + } + return this._record1id_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _record1id_spd_generaladministrativetask; + /// + /// There are no comments for record2id_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle record2id_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._record2id_spd_generaladministrativetask == null)) + { + this._record2id_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("record2id_spd_generaladministrativetask")); + } + return this._record2id_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _record2id_spd_generaladministrativetask; } /// /// There are no comments for connection in the schema. @@ -175043,6 +175844,8 @@ public partial class connection : crmbaseentity /// Initial value of record2id_competitor. /// Initial value of record1id_territory. /// Initial value of record2id_territory. + /// Initial value of record1id_spd_generaladministrativetask. + /// Initial value of record2id_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static connection Createconnection(global::Microsoft.Dynamics.CRM.knowledgearticle record1id_knowledgearticle, global::Microsoft.Dynamics.CRM.knowledgearticle record2id_knowledgearticle, @@ -175135,7 +175938,9 @@ public static connection Createconnection(global::Microsoft.Dynamics.CRM.knowled global::Microsoft.Dynamics.CRM.competitor record1id_competitor, global::Microsoft.Dynamics.CRM.competitor record2id_competitor, global::Microsoft.Dynamics.CRM.territory record1id_territory, - global::Microsoft.Dynamics.CRM.territory record2id_territory) + global::Microsoft.Dynamics.CRM.territory record2id_territory, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask record1id_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask record2id_spd_generaladministrativetask) { connection connection = new connection(); if ((record1id_knowledgearticle == null)) @@ -175598,6 +176403,16 @@ public static connection Createconnection(global::Microsoft.Dynamics.CRM.knowled throw new global::System.ArgumentNullException("record2id_territory"); } connection.record2id_territory = record2id_territory; + if ((record1id_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("record1id_spd_generaladministrativetask"); + } + connection.record1id_spd_generaladministrativetask = record1id_spd_generaladministrativetask; + if ((record2id_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("record2id_spd_generaladministrativetask"); + } + connection.record2id_spd_generaladministrativetask = record2id_spd_generaladministrativetask; return connection; } /// @@ -178574,6 +179389,52 @@ public virtual byte[] entityimage private global::Microsoft.Dynamics.CRM.territory _record2id_territory; partial void Onrecord2id_territoryChanging(global::Microsoft.Dynamics.CRM.territory value); partial void Onrecord2id_territoryChanged(); + /// + /// There are no comments for Property record1id_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "record1id_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask record1id_spd_generaladministrativetask + { + get + { + return this._record1id_spd_generaladministrativetask; + } + set + { + this.Onrecord1id_spd_generaladministrativetaskChanging(value); + this._record1id_spd_generaladministrativetask = value; + this.Onrecord1id_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("record1id_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _record1id_spd_generaladministrativetask; + partial void Onrecord1id_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onrecord1id_spd_generaladministrativetaskChanged(); + /// + /// There are no comments for Property record2id_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "record2id_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask record2id_spd_generaladministrativetask + { + get + { + return this._record2id_spd_generaladministrativetask; + } + set + { + this.Onrecord2id_spd_generaladministrativetaskChanging(value); + this._record2id_spd_generaladministrativetask = value; + this.Onrecord2id_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("record2id_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _record2id_spd_generaladministrativetask; + partial void Onrecord2id_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onrecord2id_spd_generaladministrativetaskChanged(); } /// /// There are no comments for connectorSingle in the schema. @@ -185345,6 +186206,27 @@ public contactSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _spd_contact_spd_subject_Subject; + /// + /// There are no comments for contact_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery contact_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._contact_spd_generaladministrativetasks == null)) + { + this._contact_spd_generaladministrativetasks = Context.CreateQuery(GetPath("contact_spd_generaladministrativetasks")); + } + return this._contact_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _contact_spd_generaladministrativetasks; } /// /// There are no comments for contact in the schema. @@ -192785,6 +193667,28 @@ public virtual string spd_weight partial void Onspd_contact_spd_subject_SubjectChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_contact_spd_subject_SubjectChanged(); /// + /// There are no comments for Property contact_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection contact_spd_generaladministrativetasks + { + get + { + return this._contact_spd_generaladministrativetasks; + } + set + { + this.Oncontact_spd_generaladministrativetasksChanging(value); + this._contact_spd_generaladministrativetasks = value; + this.Oncontact_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("contact_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _contact_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oncontact_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oncontact_spd_generaladministrativetasksChanged(); + /// /// There are no comments for msdyn_GDPROptoutContact in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuery msdyn_GDPROptoutContact(bool optout) @@ -195951,6 +196855,27 @@ public contractSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for contract_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery contract_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._contract_spd_generaladministrativetasks == null)) + { + this._contract_spd_generaladministrativetasks = Context.CreateQuery(GetPath("contract_spd_generaladministrativetasks")); + } + return this._contract_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _contract_spd_generaladministrativetasks; } /// /// There are no comments for contract in the schema. @@ -198285,6 +199210,28 @@ public virtual string entityimage_url partial void OnserviceaddressChanging(global::Microsoft.Dynamics.CRM.customeraddress value); partial void OnserviceaddressChanged(); /// + /// There are no comments for Property contract_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection contract_spd_generaladministrativetasks + { + get + { + return this._contract_spd_generaladministrativetasks; + } + set + { + this.Oncontract_spd_generaladministrativetasksChanging(value); + this._contract_spd_generaladministrativetasks = value; + this.Oncontract_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("contract_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _contract_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oncontract_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oncontract_spd_generaladministrativetasksChanged(); + /// /// There are no comments for CancelContract in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuery CancelContract(global::System.DateTimeOffset CancelDate, int Status) @@ -226081,6 +227028,48 @@ public duplicaterecordSingle(global::Microsoft.OData.Client.DataServiceQuerySing } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_subjectSingle _baserecordid_spd_subject; + /// + /// There are no comments for duplicaterecordid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle duplicaterecordid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._duplicaterecordid_spd_generaladministrativetask == null)) + { + this._duplicaterecordid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("duplicaterecordid_spd_generaladministrativetask")); + } + return this._duplicaterecordid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _duplicaterecordid_spd_generaladministrativetask; + /// + /// There are no comments for baserecordid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle baserecordid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._baserecordid_spd_generaladministrativetask == null)) + { + this._baserecordid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("baserecordid_spd_generaladministrativetask")); + } + return this._baserecordid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _baserecordid_spd_generaladministrativetask; } /// /// There are no comments for duplicaterecord in the schema. @@ -226385,6 +227374,8 @@ public partial class duplicaterecord : crmbaseentity /// Initial value of baserecordid_spd_complaintsubject. /// Initial value of duplicaterecordid_spd_subject. /// Initial value of baserecordid_spd_subject. + /// Initial value of duplicaterecordid_spd_generaladministrativetask. + /// Initial value of baserecordid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.CRM.knowledgearticle duplicaterecordid_knowledgearticle, global::Microsoft.Dynamics.CRM.knowledgearticle baserecordid_knowledgearticle, @@ -226675,7 +227666,9 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C global::Microsoft.Dynamics.CRM.spd_complaintsubject duplicaterecordid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_complaintsubject baserecordid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject duplicaterecordid_spd_subject, - global::Microsoft.Dynamics.CRM.spd_subject baserecordid_spd_subject) + global::Microsoft.Dynamics.CRM.spd_subject baserecordid_spd_subject, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask duplicaterecordid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask baserecordid_spd_generaladministrativetask) { duplicaterecord duplicaterecord = new duplicaterecord(); if ((duplicaterecordid_knowledgearticle == null)) @@ -228128,6 +229121,16 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C throw new global::System.ArgumentNullException("baserecordid_spd_subject"); } duplicaterecord.baserecordid_spd_subject = baserecordid_spd_subject; + if ((duplicaterecordid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("duplicaterecordid_spd_generaladministrativetask"); + } + duplicaterecord.duplicaterecordid_spd_generaladministrativetask = duplicaterecordid_spd_generaladministrativetask; + if ((baserecordid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("baserecordid_spd_generaladministrativetask"); + } + duplicaterecord.baserecordid_spd_generaladministrativetask = baserecordid_spd_generaladministrativetask; return duplicaterecord; } /// @@ -234998,6 +236001,52 @@ public static duplicaterecord Createduplicaterecord(global::Microsoft.Dynamics.C private global::Microsoft.Dynamics.CRM.spd_subject _baserecordid_spd_subject; partial void Onbaserecordid_spd_subjectChanging(global::Microsoft.Dynamics.CRM.spd_subject value); partial void Onbaserecordid_spd_subjectChanged(); + /// + /// There are no comments for Property duplicaterecordid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "duplicaterecordid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask duplicaterecordid_spd_generaladministrativetask + { + get + { + return this._duplicaterecordid_spd_generaladministrativetask; + } + set + { + this.Onduplicaterecordid_spd_generaladministrativetaskChanging(value); + this._duplicaterecordid_spd_generaladministrativetask = value; + this.Onduplicaterecordid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("duplicaterecordid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _duplicaterecordid_spd_generaladministrativetask; + partial void Onduplicaterecordid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onduplicaterecordid_spd_generaladministrativetaskChanged(); + /// + /// There are no comments for Property baserecordid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "baserecordid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask baserecordid_spd_generaladministrativetask + { + get + { + return this._baserecordid_spd_generaladministrativetask; + } + set + { + this.Onbaserecordid_spd_generaladministrativetaskChanging(value); + this._baserecordid_spd_generaladministrativetask = value; + this.Onbaserecordid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("baserecordid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _baserecordid_spd_generaladministrativetask; + partial void Onbaserecordid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onbaserecordid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for duplicateruleconditionSingle in the schema. @@ -245492,6 +246541,27 @@ public emailSingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for email in the schema. @@ -256625,6 +257695,27 @@ public entitlementSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _entitlement_QuoteCloses; + /// + /// There are no comments for entitlement_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery entitlement_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._entitlement_spd_generaladministrativetasks == null)) + { + this._entitlement_spd_generaladministrativetasks = Context.CreateQuery(GetPath("entitlement_spd_generaladministrativetasks")); + } + return this._entitlement_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _entitlement_spd_generaladministrativetasks; } /// /// There are no comments for entitlement in the schema. @@ -258657,6 +259748,28 @@ public virtual string traversedpath partial void Onentitlement_QuoteClosesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onentitlement_QuoteClosesChanged(); /// + /// There are no comments for Property entitlement_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection entitlement_spd_generaladministrativetasks + { + get + { + return this._entitlement_spd_generaladministrativetasks; + } + set + { + this.Onentitlement_spd_generaladministrativetasksChanging(value); + this._entitlement_spd_generaladministrativetasks = value; + this.Onentitlement_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("entitlement_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _entitlement_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onentitlement_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onentitlement_spd_generaladministrativetasksChanged(); + /// /// There are no comments for RenewEntitlement in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle RenewEntitlement(int Status) @@ -260910,6 +262023,27 @@ public entitlementtemplateSingle(global::Microsoft.OData.Client.DataServiceQuery } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _entitlementtemplate_QuoteCloses; + /// + /// There are no comments for entitlementtemplate_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery entitlementtemplate_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._entitlementtemplate_spd_generaladministrativetasks == null)) + { + this._entitlementtemplate_spd_generaladministrativetasks = Context.CreateQuery(GetPath("entitlementtemplate_spd_generaladministrativetasks")); + } + return this._entitlementtemplate_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _entitlementtemplate_spd_generaladministrativetasks; } /// /// There are no comments for entitlementtemplate in the schema. @@ -262283,6 +263417,28 @@ public virtual string name private global::Microsoft.OData.Client.DataServiceCollection _entitlementtemplate_QuoteCloses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onentitlementtemplate_QuoteClosesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onentitlementtemplate_QuoteClosesChanged(); + /// + /// There are no comments for Property entitlementtemplate_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection entitlementtemplate_spd_generaladministrativetasks + { + get + { + return this._entitlementtemplate_spd_generaladministrativetasks; + } + set + { + this.Onentitlementtemplate_spd_generaladministrativetasksChanging(value); + this._entitlementtemplate_spd_generaladministrativetasks = value; + this.Onentitlementtemplate_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("entitlementtemplate_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _entitlementtemplate_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onentitlementtemplate_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onentitlementtemplate_spd_generaladministrativetasksChanged(); } /// /// There are no comments for entityanalyticsconfigSingle in the schema. @@ -274991,6 +276147,27 @@ public faxSingle(global::Microsoft.OData.Client.DataServiceQuerySingle quer } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for fax in the schema. @@ -277507,6 +278684,27 @@ public feedbackSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for feedback in the schema. @@ -277535,6 +278733,7 @@ public partial class feedback : crmbaseentity /// Initial value of owningbusinessunit. /// Initial value of KnowledgeArticleId. /// Initial value of msdyn_ContextObjectId_knowledgearticle. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static feedback Createfeedback(global::Microsoft.Dynamics.CRM.contact contactId, global::Microsoft.Dynamics.CRM.contact createdOnBehalfByContact, @@ -277549,7 +278748,8 @@ public static feedback Createfeedback(global::Microsoft.Dynamics.CRM.contact con global::Microsoft.Dynamics.CRM.feedback feedbackId, global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit, global::Microsoft.Dynamics.CRM.knowledgearticle knowledgeArticleId, - global::Microsoft.Dynamics.CRM.knowledgearticle msdyn_ContextObjectId_knowledgearticle) + global::Microsoft.Dynamics.CRM.knowledgearticle msdyn_ContextObjectId_knowledgearticle, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { feedback feedback = new feedback(); if ((contactId == null)) @@ -277622,6 +278822,11 @@ public static feedback Createfeedback(global::Microsoft.Dynamics.CRM.contact con throw new global::System.ArgumentNullException("msdyn_ContextObjectId_knowledgearticle"); } feedback.msdyn_ContextObjectId_knowledgearticle = msdyn_ContextObjectId_knowledgearticle; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + feedback.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return feedback; } /// @@ -278738,6 +279943,29 @@ public virtual string comments private global::Microsoft.Dynamics.CRM.knowledgearticle _msdyn_ContextObjectId_knowledgearticle; partial void Onmsdyn_ContextObjectId_knowledgearticleChanging(global::Microsoft.Dynamics.CRM.knowledgearticle value); partial void Onmsdyn_ContextObjectId_knowledgearticleChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for fieldpermissionSingle in the schema. @@ -299891,6 +301119,27 @@ public incidentresolutionSingle(global::Microsoft.OData.Client.DataServiceQueryS } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for incidentresolution in the schema. @@ -303436,6 +304685,27 @@ public incidentSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for incident_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery incident_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._incident_spd_generaladministrativetasks == null)) + { + this._incident_spd_generaladministrativetasks = Context.CreateQuery(GetPath("incident_spd_generaladministrativetasks")); + } + return this._incident_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _incident_spd_generaladministrativetasks; } /// /// There are no comments for incident in the schema. @@ -303847,6 +305117,28 @@ public static incident Createincident(global::Microsoft.Dynamics.CRM.spd_applica partial void OnblockedprofileChanging(global::System.Nullable value); partial void OnblockedprofileChanged(); /// + /// There are no comments for Property spd_fingerprintexpirydate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_fingerprintexpirydate + { + get + { + return this._spd_fingerprintexpirydate; + } + set + { + this.Onspd_fingerprintexpirydateChanging(value); + this._spd_fingerprintexpirydate = value; + this.Onspd_fingerprintexpirydateChanged(); + this.OnPropertyChanged("spd_fingerprintexpirydate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_fingerprintexpirydate; + partial void Onspd_fingerprintexpirydateChanging(global::System.Nullable value); + partial void Onspd_fingerprintexpirydateChanged(); + /// /// There are no comments for Property _transactioncurrencyid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -304419,27 +305711,27 @@ public virtual string title partial void Onspd_previewapprovedChanging(global::System.Nullable value); partial void Onspd_previewapprovedChanged(); /// - /// There are no comments for Property firstresponseslastatus in the schema. + /// There are no comments for Property spd_proofofabilitytoworkincanadaprovided in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable firstresponseslastatus + public virtual global::System.Nullable spd_proofofabilitytoworkincanadaprovided { get { - return this._firstresponseslastatus; + return this._spd_proofofabilitytoworkincanadaprovided; } set { - this.OnfirstresponseslastatusChanging(value); - this._firstresponseslastatus = value; - this.OnfirstresponseslastatusChanged(); - this.OnPropertyChanged("firstresponseslastatus"); + this.Onspd_proofofabilitytoworkincanadaprovidedChanging(value); + this._spd_proofofabilitytoworkincanadaprovided = value; + this.Onspd_proofofabilitytoworkincanadaprovidedChanged(); + this.OnPropertyChanged("spd_proofofabilitytoworkincanadaprovided"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _firstresponseslastatus; - partial void OnfirstresponseslastatusChanging(global::System.Nullable value); - partial void OnfirstresponseslastatusChanged(); + private global::System.Nullable _spd_proofofabilitytoworkincanadaprovided; + partial void Onspd_proofofabilitytoworkincanadaprovidedChanging(global::System.Nullable value); + partial void Onspd_proofofabilitytoworkincanadaprovidedChanged(); /// /// There are no comments for Property spd_controllingmemberapplicationcompleted in the schema. /// @@ -304573,27 +305865,27 @@ public virtual string title partial void On_contactid_valueChanging(global::System.Nullable value); partial void On_contactid_valueChanged(); /// - /// There are no comments for Property statecode in the schema. + /// There are no comments for Property spd_responsedue in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode + public virtual global::System.Nullable spd_responsedue { get { - return this._statecode; + return this._spd_responsedue; } set { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); + this.Onspd_responsedueChanging(value); + this._spd_responsedue = value; + this.Onspd_responsedueChanged(); + this.OnPropertyChanged("spd_responsedue"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); + private global::System.Nullable _spd_responsedue; + partial void Onspd_responsedueChanging(global::System.Nullable value); + partial void Onspd_responsedueChanged(); /// /// There are no comments for Property messagetypecode in the schema. /// @@ -304661,6 +305953,50 @@ public virtual string traversedpath partial void Onspd_complaintreviewedChanging(global::System.Nullable value); partial void Onspd_complaintreviewedChanged(); /// + /// There are no comments for Property spd_reviewedinvestigationreport in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_reviewedinvestigationreport + { + get + { + return this._spd_reviewedinvestigationreport; + } + set + { + this.Onspd_reviewedinvestigationreportChanging(value); + this._spd_reviewedinvestigationreport = value; + this.Onspd_reviewedinvestigationreportChanged(); + this.OnPropertyChanged("spd_reviewedinvestigationreport"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_reviewedinvestigationreport; + partial void Onspd_reviewedinvestigationreportChanging(global::System.Nullable value); + partial void Onspd_reviewedinvestigationreportChanged(); + /// + /// There are no comments for Property spd_link2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_link2 + { + get + { + return this._spd_link2; + } + set + { + this.Onspd_link2Changing(value); + this._spd_link2 = value; + this.Onspd_link2Changed(); + this.OnPropertyChanged("spd_link2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_link2; + partial void Onspd_link2Changing(string value); + partial void Onspd_link2Changed(); + /// /// There are no comments for Property merged in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -304771,6 +306107,28 @@ public virtual string traversedpath partial void Onspd_disclosedcriminalhistoryChanging(global::System.Nullable value); partial void Onspd_disclosedcriminalhistoryChanged(); /// + /// There are no comments for Property spd_proceedtoinspection in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_proceedtoinspection + { + get + { + return this._spd_proceedtoinspection; + } + set + { + this.Onspd_proceedtoinspectionChanging(value); + this._spd_proceedtoinspection = value; + this.Onspd_proceedtoinspectionChanged(); + this.OnPropertyChanged("spd_proceedtoinspection"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_proceedtoinspection; + partial void Onspd_proceedtoinspectionChanging(global::System.Nullable value); + partial void Onspd_proceedtoinspectionChanged(); + /// /// There are no comments for Property _existingcase_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -304991,6 +306349,28 @@ public virtual string ticketnumber partial void On_primarycontactid_valueChanging(global::System.Nullable value); partial void On_primarycontactid_valueChanged(); /// + /// There are no comments for Property spd_fingerprintconfirmationreceivedate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_fingerprintconfirmationreceivedate + { + get + { + return this._spd_fingerprintconfirmationreceivedate; + } + set + { + this.Onspd_fingerprintconfirmationreceivedateChanging(value); + this._spd_fingerprintconfirmationreceivedate = value; + this.Onspd_fingerprintconfirmationreceivedateChanged(); + this.OnPropertyChanged("spd_fingerprintconfirmationreceivedate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_fingerprintconfirmationreceivedate; + partial void Onspd_fingerprintconfirmationreceivedateChanging(global::System.Nullable value); + partial void Onspd_fingerprintconfirmationreceivedateChanged(); + /// /// There are no comments for Property firstresponsesent in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -305057,6 +306437,28 @@ public virtual string ticketnumber partial void On_kbarticleid_valueChanging(global::System.Nullable value); partial void On_kbarticleid_valueChanged(); /// + /// There are no comments for Property spd_fingerprintresultreceiveddate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_fingerprintresultreceiveddate + { + get + { + return this._spd_fingerprintresultreceiveddate; + } + set + { + this.Onspd_fingerprintresultreceiveddateChanging(value); + this._spd_fingerprintresultreceiveddate = value; + this.Onspd_fingerprintresultreceiveddateChanged(); + this.OnPropertyChanged("spd_fingerprintresultreceiveddate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_fingerprintresultreceiveddate; + partial void Onspd_fingerprintresultreceiveddateChanging(global::System.Nullable value); + partial void Onspd_fingerprintresultreceiveddateChanged(); + /// /// There are no comments for Property _owningbusinessunit_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -305167,27 +306569,49 @@ public virtual string ticketnumber partial void Onspd_radocumentationgatheredreviewedChanging(global::System.Nullable value); partial void Onspd_radocumentationgatheredreviewedChanged(); /// - /// There are no comments for Property spd_ceinspectioncompleted in the schema. + /// There are no comments for Property statecode in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_ceinspectioncompleted + public virtual global::System.Nullable statecode { get { - return this._spd_ceinspectioncompleted; + return this._statecode; } set { - this.Onspd_ceinspectioncompletedChanging(value); - this._spd_ceinspectioncompleted = value; - this.Onspd_ceinspectioncompletedChanged(); - this.OnPropertyChanged("spd_ceinspectioncompleted"); + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_ceinspectioncompleted; - partial void Onspd_ceinspectioncompletedChanging(global::System.Nullable value); - partial void Onspd_ceinspectioncompletedChanged(); + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); + /// + /// There are no comments for Property spd_link1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_link1 + { + get + { + return this._spd_link1; + } + set + { + this.Onspd_link1Changing(value); + this._spd_link1 = value; + this.Onspd_link1Changed(); + this.OnPropertyChanged("spd_link1"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_link1; + partial void Onspd_link1Changing(string value); + partial void Onspd_link1Changed(); /// /// There are no comments for Property spd_workswith in the schema. /// @@ -306223,6 +307647,28 @@ public virtual string description partial void Onspd_declaredhistoryofmentalillnessChanging(global::System.Nullable value); partial void Onspd_declaredhistoryofmentalillnessChanged(); /// + /// There are no comments for Property spd_decisioncomplete in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_decisioncomplete + { + get + { + return this._spd_decisioncomplete; + } + set + { + this.Onspd_decisioncompleteChanging(value); + this._spd_decisioncomplete = value; + this.Onspd_decisioncompleteChanged(); + this.OnPropertyChanged("spd_decisioncomplete"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_decisioncomplete; + partial void Onspd_decisioncompleteChanging(global::System.Nullable value); + partial void Onspd_decisioncompleteChanged(); + /// /// There are no comments for Property spd_datecompleted in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306289,6 +307735,28 @@ public virtual string productserialnumber partial void OncustomercontactedChanging(global::System.Nullable value); partial void OncustomercontactedChanged(); /// + /// There are no comments for Property spd_subjectsbackgroundreviewed in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_subjectsbackgroundreviewed + { + get + { + return this._spd_subjectsbackgroundreviewed; + } + set + { + this.Onspd_subjectsbackgroundreviewedChanging(value); + this._spd_subjectsbackgroundreviewed = value; + this.Onspd_subjectsbackgroundreviewedChanged(); + this.OnPropertyChanged("spd_subjectsbackgroundreviewed"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_subjectsbackgroundreviewed; + partial void Onspd_subjectsbackgroundreviewedChanging(global::System.Nullable value); + partial void Onspd_subjectsbackgroundreviewedChanged(); + /// /// There are no comments for Property spd_allowtousedogsfordetectionexplosives in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306355,6 +307823,28 @@ public virtual string productserialnumber partial void Onspd_cornetcheckcompletedChanging(global::System.Nullable value); partial void Onspd_cornetcheckcompletedChanged(); /// + /// There are no comments for Property spd_opportunitytoresponddatestart in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_opportunitytoresponddatestart + { + get + { + return this._spd_opportunitytoresponddatestart; + } + set + { + this.Onspd_opportunitytoresponddatestartChanging(value); + this._spd_opportunitytoresponddatestart = value; + this.Onspd_opportunitytoresponddatestartChanged(); + this.OnPropertyChanged("spd_opportunitytoresponddatestart"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_opportunitytoresponddatestart; + partial void Onspd_opportunitytoresponddatestartChanging(global::System.Nullable value); + partial void Onspd_opportunitytoresponddatestartChanged(); + /// /// There are no comments for Property spd_figaroid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306377,49 +307867,71 @@ public virtual string spd_figaroid partial void Onspd_figaroidChanging(string value); partial void Onspd_figaroidChanged(); /// - /// There are no comments for Property contractservicelevelcode in the schema. + /// There are no comments for Property firstresponseslastatus in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable contractservicelevelcode + public virtual global::System.Nullable firstresponseslastatus { get { - return this._contractservicelevelcode; + return this._firstresponseslastatus; } set { - this.OncontractservicelevelcodeChanging(value); - this._contractservicelevelcode = value; - this.OncontractservicelevelcodeChanged(); - this.OnPropertyChanged("contractservicelevelcode"); + this.OnfirstresponseslastatusChanging(value); + this._firstresponseslastatus = value; + this.OnfirstresponseslastatusChanged(); + this.OnPropertyChanged("firstresponseslastatus"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _contractservicelevelcode; - partial void OncontractservicelevelcodeChanging(global::System.Nullable value); - partial void OncontractservicelevelcodeChanged(); + private global::System.Nullable _firstresponseslastatus; + partial void OnfirstresponseslastatusChanging(global::System.Nullable value); + partial void OnfirstresponseslastatusChanged(); /// - /// There are no comments for Property spd_resolutionreason in the schema. + /// There are no comments for Property spd_escalatetodr in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_resolutionreason + public virtual global::System.Nullable spd_escalatetodr { get { - return this._spd_resolutionreason; + return this._spd_escalatetodr; } set { - this.Onspd_resolutionreasonChanging(value); - this._spd_resolutionreason = value; - this.Onspd_resolutionreasonChanged(); - this.OnPropertyChanged("spd_resolutionreason"); + this.Onspd_escalatetodrChanging(value); + this._spd_escalatetodr = value; + this.Onspd_escalatetodrChanged(); + this.OnPropertyChanged("spd_escalatetodr"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_resolutionreason; - partial void Onspd_resolutionreasonChanging(global::System.Nullable value); - partial void Onspd_resolutionreasonChanged(); + private global::System.Nullable _spd_escalatetodr; + partial void Onspd_escalatetodrChanging(global::System.Nullable value); + partial void Onspd_escalatetodrChanged(); + /// + /// There are no comments for Property contractservicelevelcode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable contractservicelevelcode + { + get + { + return this._contractservicelevelcode; + } + set + { + this.OncontractservicelevelcodeChanging(value); + this._contractservicelevelcode = value; + this.OncontractservicelevelcodeChanged(); + this.OnPropertyChanged("contractservicelevelcode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _contractservicelevelcode; + partial void OncontractservicelevelcodeChanging(global::System.Nullable value); + partial void OncontractservicelevelcodeChanged(); /// /// There are no comments for Property spd_ceinspectionoutcome in the schema. /// @@ -306575,6 +308087,28 @@ public virtual string emailaddress partial void OnemailaddressChanging(string value); partial void OnemailaddressChanged(); /// + /// There are no comments for Property spd_resolutionreason in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_resolutionreason + { + get + { + return this._spd_resolutionreason; + } + set + { + this.Onspd_resolutionreasonChanging(value); + this._spd_resolutionreason = value; + this.Onspd_resolutionreasonChanged(); + this.OnPropertyChanged("spd_resolutionreason"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_resolutionreason; + partial void Onspd_resolutionreasonChanging(global::System.Nullable value); + partial void Onspd_resolutionreasonChanged(); + /// /// There are no comments for Property _parentcaseid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306773,6 +308307,28 @@ public virtual string entityimage_url partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property spd_originofinvestigation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_originofinvestigation + { + get + { + return this._spd_originofinvestigation; + } + set + { + this.Onspd_originofinvestigationChanging(value); + this._spd_originofinvestigation = value; + this.Onspd_originofinvestigationChanged(); + this.OnPropertyChanged("spd_originofinvestigation"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_originofinvestigation; + partial void Onspd_originofinvestigationChanging(global::System.Nullable value); + partial void Onspd_originofinvestigationChanged(); + /// /// There are no comments for Property spd_inspectiontype in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -306861,27 +308417,27 @@ public virtual string entityimage_url partial void OnresolvebyslastatusChanging(global::System.Nullable value); partial void OnresolvebyslastatusChanged(); /// - /// There are no comments for Property spd_proceedtoinspection in the schema. + /// There are no comments for Property spd_investigationreportcreated in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_proceedtoinspection + public virtual global::System.Nullable spd_investigationreportcreated { get { - return this._spd_proceedtoinspection; + return this._spd_investigationreportcreated; } set { - this.Onspd_proceedtoinspectionChanging(value); - this._spd_proceedtoinspection = value; - this.Onspd_proceedtoinspectionChanged(); - this.OnPropertyChanged("spd_proceedtoinspection"); + this.Onspd_investigationreportcreatedChanging(value); + this._spd_investigationreportcreated = value; + this.Onspd_investigationreportcreatedChanged(); + this.OnPropertyChanged("spd_investigationreportcreated"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_proceedtoinspection; - partial void Onspd_proceedtoinspectionChanging(global::System.Nullable value); - partial void Onspd_proceedtoinspectionChanged(); + private global::System.Nullable _spd_investigationreportcreated; + partial void Onspd_investigationreportcreatedChanging(global::System.Nullable value); + partial void Onspd_investigationreportcreatedChanged(); /// /// There are no comments for Property spd_vulnerablesectorhit in the schema. /// @@ -306971,6 +308527,28 @@ public virtual string entityimage_url partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// + /// There are no comments for Property spd_inspectionreportcreated in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_inspectionreportcreated + { + get + { + return this._spd_inspectionreportcreated; + } + set + { + this.Onspd_inspectionreportcreatedChanging(value); + this._spd_inspectionreportcreated = value; + this.Onspd_inspectionreportcreatedChanged(); + this.OnPropertyChanged("spd_inspectionreportcreated"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_inspectionreportcreated; + partial void Onspd_inspectionreportcreatedChanging(global::System.Nullable value); + partial void Onspd_inspectionreportcreatedChanged(); + /// /// There are no comments for Property spd_controllingmembersapplicationsexists in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -307059,6 +308637,28 @@ public virtual string entityimage_url partial void On_customerid_valueChanging(global::System.Nullable value); partial void On_customerid_valueChanged(); /// + /// There are no comments for Property spd_ceinspectioncompleted in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_ceinspectioncompleted + { + get + { + return this._spd_ceinspectioncompleted; + } + set + { + this.Onspd_ceinspectioncompletedChanging(value); + this._spd_ceinspectioncompleted = value; + this.Onspd_ceinspectioncompletedChanged(); + this.OnPropertyChanged("spd_ceinspectioncompleted"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_ceinspectioncompleted; + partial void Onspd_ceinspectioncompletedChanging(global::System.Nullable value); + partial void Onspd_ceinspectioncompletedChanged(); + /// /// There are no comments for Property spd_ApplicationId in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -309208,6 +310808,28 @@ public virtual string entityimage_url partial void Onspd_omplaintidChanging(global::Microsoft.Dynamics.CRM.spd_complaint value); partial void Onspd_omplaintidChanged(); /// + /// There are no comments for Property incident_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection incident_spd_generaladministrativetasks + { + get + { + return this._incident_spd_generaladministrativetasks; + } + set + { + this.Onincident_spd_generaladministrativetasksChanging(value); + this._incident_spd_generaladministrativetasks = value; + this.Onincident_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("incident_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _incident_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onincident_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onincident_spd_generaladministrativetasksChanged(); + /// /// There are no comments for CalculateTotalTimeIncident in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle CalculateTotalTimeIncident() @@ -309244,6 +310866,32 @@ public virtual string entityimage_url return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(this.Context, resource.EditLink.OriginalString.Trim('/') + "/Microsoft.Dynamics.CRM.spd_GetCaseTitle"); } /// + /// There are no comments for spd_GetInspectionCaseBPF in the schema. + /// + public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetInspectionCaseBPF() + { + global::Microsoft.OData.Client.EntityDescriptor resource = Context.EntityTracker.TryGetEntityDescriptor(this); + if (resource == null) + { + throw new global::System.Exception("cannot find entity"); + } + + return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(this.Context, resource.EditLink.OriginalString.Trim('/') + "/Microsoft.Dynamics.CRM.spd_GetInspectionCaseBPF"); + } + /// + /// There are no comments for spd_GetInvestigationCaseBPF in the schema. + /// + public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetInvestigationCaseBPF() + { + global::Microsoft.OData.Client.EntityDescriptor resource = Context.EntityTracker.TryGetEntityDescriptor(this); + if (resource == null) + { + throw new global::System.Exception("cannot find entity"); + } + + return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(this.Context, resource.EditLink.OriginalString.Trim('/') + "/Microsoft.Dynamics.CRM.spd_GetInvestigationCaseBPF"); + } + /// /// There are no comments for spd_GetScreeningCaseBPF in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetScreeningCaseBPF() @@ -309842,6 +311490,27 @@ public interactionforemailSingle(global::Microsoft.OData.Client.DataServiceQuery } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _interactionforemail_QuoteCloses; + /// + /// There are no comments for interactionforemail_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery interactionforemail_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._interactionforemail_spd_generaladministrativetasks == null)) + { + this._interactionforemail_spd_generaladministrativetasks = Context.CreateQuery(GetPath("interactionforemail_spd_generaladministrativetasks")); + } + return this._interactionforemail_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _interactionforemail_spd_generaladministrativetasks; } /// /// There are no comments for interactionforemail in the schema. @@ -311033,6 +312702,28 @@ public virtual string interactedcomponenttext private global::Microsoft.OData.Client.DataServiceCollection _interactionforemail_QuoteCloses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Oninteractionforemail_QuoteClosesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Oninteractionforemail_QuoteClosesChanged(); + /// + /// There are no comments for Property interactionforemail_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection interactionforemail_spd_generaladministrativetasks + { + get + { + return this._interactionforemail_spd_generaladministrativetasks; + } + set + { + this.Oninteractionforemail_spd_generaladministrativetasksChanging(value); + this._interactionforemail_spd_generaladministrativetasks = value; + this.Oninteractionforemail_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("interactionforemail_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _interactionforemail_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oninteractionforemail_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oninteractionforemail_spd_generaladministrativetasksChanged(); } /// /// There are no comments for invaliddependencySingle in the schema. @@ -314939,6 +316630,27 @@ public invoiceSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _msdyn_playbookinstance_invoice; + /// + /// There are no comments for invoice_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery invoice_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._invoice_spd_generaladministrativetasks == null)) + { + this._invoice_spd_generaladministrativetasks = Context.CreateQuery(GetPath("invoice_spd_generaladministrativetasks")); + } + return this._invoice_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _invoice_spd_generaladministrativetasks; } /// /// There are no comments for invoice in the schema. @@ -317999,6 +319711,28 @@ public virtual byte[] entityimage partial void Onmsdyn_playbookinstance_invoiceChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_playbookinstance_invoiceChanged(); /// + /// There are no comments for Property invoice_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection invoice_spd_generaladministrativetasks + { + get + { + return this._invoice_spd_generaladministrativetasks; + } + set + { + this.Oninvoice_spd_generaladministrativetasksChanging(value); + this._invoice_spd_generaladministrativetasks = value; + this.Oninvoice_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("invoice_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _invoice_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Oninvoice_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Oninvoice_spd_generaladministrativetasksChanged(); + /// /// There are no comments for GetQuantityDecimal in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle GetQuantityDecimal(global::Microsoft.Dynamics.CRM.product Product, global::Microsoft.Dynamics.CRM.uom UoM, bool useEntityReference = false) @@ -323995,6 +325729,27 @@ public knowledgearticleSingle(global::Microsoft.OData.Client.DataServiceQuerySin } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _msdyn_knowledgearticle_feedback_context; + /// + /// There are no comments for knowledgearticle_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery knowledgearticle_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._knowledgearticle_spd_generaladministrativetasks == null)) + { + this._knowledgearticle_spd_generaladministrativetasks = Context.CreateQuery(GetPath("knowledgearticle_spd_generaladministrativetasks")); + } + return this._knowledgearticle_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _knowledgearticle_spd_generaladministrativetasks; } /// /// There are no comments for knowledgearticle in the schema. @@ -326760,6 +328515,28 @@ public virtual string title private global::Microsoft.OData.Client.DataServiceCollection _msdyn_knowledgearticle_feedback_context = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onmsdyn_knowledgearticle_feedback_contextChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_knowledgearticle_feedback_contextChanged(); + /// + /// There are no comments for Property knowledgearticle_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection knowledgearticle_spd_generaladministrativetasks + { + get + { + return this._knowledgearticle_spd_generaladministrativetasks; + } + set + { + this.Onknowledgearticle_spd_generaladministrativetasksChanging(value); + this._knowledgearticle_spd_generaladministrativetasks = value; + this.Onknowledgearticle_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("knowledgearticle_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _knowledgearticle_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onknowledgearticle_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onknowledgearticle_spd_generaladministrativetasksChanged(); } /// /// There are no comments for knowledgearticleviewsSingle in the schema. @@ -328418,6 +330195,27 @@ public knowledgebaserecordSingle(global::Microsoft.OData.Client.DataServiceQuery } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _KnowledgeBaseRecord_Incident; + /// + /// There are no comments for knowledgebaserecord_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery knowledgebaserecord_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._knowledgebaserecord_spd_generaladministrativetasks == null)) + { + this._knowledgebaserecord_spd_generaladministrativetasks = Context.CreateQuery(GetPath("knowledgebaserecord_spd_generaladministrativetasks")); + } + return this._knowledgebaserecord_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _knowledgebaserecord_spd_generaladministrativetasks; } /// /// There are no comments for knowledgebaserecord in the schema. @@ -329563,6 +331361,28 @@ public virtual string uniqueid private global::Microsoft.OData.Client.DataServiceCollection _KnowledgeBaseRecord_Incident = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void OnKnowledgeBaseRecord_IncidentChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void OnKnowledgeBaseRecord_IncidentChanged(); + /// + /// There are no comments for Property knowledgebaserecord_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection knowledgebaserecord_spd_generaladministrativetasks + { + get + { + return this._knowledgebaserecord_spd_generaladministrativetasks; + } + set + { + this.Onknowledgebaserecord_spd_generaladministrativetasksChanging(value); + this._knowledgebaserecord_spd_generaladministrativetasks = value; + this.Onknowledgebaserecord_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("knowledgebaserecord_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _knowledgebaserecord_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onknowledgebaserecord_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onknowledgebaserecord_spd_generaladministrativetasksChanged(); } /// /// There are no comments for languagelocaleSingle in the schema. @@ -333790,6 +335610,27 @@ public leadSingle(global::Microsoft.OData.Client.DataServiceQuerySingle qu } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _msdyn_playbookinstance_lead; + /// + /// There are no comments for lead_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery lead_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._lead_spd_generaladministrativetasks == null)) + { + this._lead_spd_generaladministrativetasks = Context.CreateQuery(GetPath("lead_spd_generaladministrativetasks")); + } + return this._lead_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _lead_spd_generaladministrativetasks; } /// /// There are no comments for lead in the schema. @@ -338884,6 +340725,28 @@ public virtual string telephone1 partial void Onmsdyn_playbookinstance_leadChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_playbookinstance_leadChanged(); /// + /// There are no comments for Property lead_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection lead_spd_generaladministrativetasks + { + get + { + return this._lead_spd_generaladministrativetasks; + } + set + { + this.Onlead_spd_generaladministrativetasksChanging(value); + this._lead_spd_generaladministrativetasks = value; + this.Onlead_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("lead_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _lead_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onlead_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onlead_spd_generaladministrativetasksChanged(); + /// /// There are no comments for msdyn_GDPROptoutLead in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuery msdyn_GDPROptoutLead(bool optout) @@ -342991,6 +344854,27 @@ public letterSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for letter in the schema. @@ -351000,6 +352884,27 @@ public mailboxSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _mailbox_FileAttachments; + /// + /// There are no comments for spd_generaladministrativetask_mailbox_sendermailboxid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_mailbox_sendermailboxid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_mailbox_sendermailboxid == null)) + { + this._spd_generaladministrativetask_mailbox_sendermailboxid = Context.CreateQuery(GetPath("spd_generaladministrativetask_mailbox_sendermailboxid")); + } + return this._spd_generaladministrativetask_mailbox_sendermailboxid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_mailbox_sendermailboxid; } /// /// There are no comments for mailbox in the schema. @@ -353997,6 +355902,28 @@ public virtual string hostid private global::Microsoft.OData.Client.DataServiceCollection _mailbox_FileAttachments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onmailbox_FileAttachmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmailbox_FileAttachmentsChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_mailbox_sendermailboxid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_mailbox_sendermailboxid + { + get + { + return this._spd_generaladministrativetask_mailbox_sendermailboxid; + } + set + { + this.Onspd_generaladministrativetask_mailbox_sendermailboxidChanging(value); + this._spd_generaladministrativetask_mailbox_sendermailboxid = value; + this.Onspd_generaladministrativetask_mailbox_sendermailboxidChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_mailbox_sendermailboxid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_mailbox_sendermailboxid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_mailbox_sendermailboxidChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_mailbox_sendermailboxidChanged(); } /// /// There are no comments for mailboxtrackingfolderSingle in the schema. @@ -359418,6 +361345,27 @@ public mailboxtrackingfolderSingle(global::Microsoft.OData.Client.DataServiceQue } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivationSingle _regardingobjectid_spd_licensingreconsiderationreactivation; + /// + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for mailboxtrackingfolder in the schema. @@ -359689,6 +361637,7 @@ public partial class mailboxtrackingfolder : crmbaseentity /// Initial value of regardingobjectid_spd_subject. /// Initial value of regardingobjectid_spd_investigation. /// Initial value of regardingobjectid_spd_licensingreconsiderationreactivation. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static mailboxtrackingfolder Createmailboxtrackingfolder(global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby, global::Microsoft.Dynamics.CRM.principal ownerid, @@ -359946,7 +361895,8 @@ public static mailboxtrackingfolder Createmailboxtrackingfolder(global::Microsof global::Microsoft.Dynamics.CRM.spd_complaintsubject regardingobjectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject regardingobjectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation regardingobjectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { mailboxtrackingfolder mailboxtrackingfolder = new mailboxtrackingfolder(); if ((modifiedonbehalfby == null)) @@ -361234,6 +363184,11 @@ public static mailboxtrackingfolder Createmailboxtrackingfolder(global::Microsof throw new global::System.ArgumentNullException("regardingobjectid_spd_licensingreconsiderationreactivation"); } mailboxtrackingfolder.regardingobjectid_spd_licensingreconsiderationreactivation = regardingobjectid_spd_licensingreconsiderationreactivation; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + mailboxtrackingfolder.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return mailboxtrackingfolder; } /// @@ -367543,6 +369498,29 @@ public virtual string exchangefoldername private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _regardingobjectid_spd_licensingreconsiderationreactivation; partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for mailmergetemplateSingle in the schema. @@ -429386,6 +431364,27 @@ public msdyn_playbookinstanceSingle(global::Microsoft.OData.Client.DataServiceQu } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.accountSingle _regarding_account; + /// + /// There are no comments for msdyn_playbookinstance_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery msdyn_playbookinstance_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._msdyn_playbookinstance_spd_generaladministrativetasks == null)) + { + this._msdyn_playbookinstance_spd_generaladministrativetasks = Context.CreateQuery(GetPath("msdyn_playbookinstance_spd_generaladministrativetasks")); + } + return this._msdyn_playbookinstance_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _msdyn_playbookinstance_spd_generaladministrativetasks; } /// /// There are no comments for msdyn_playbookinstance in the schema. @@ -430927,6 +432926,28 @@ public virtual string msdyn_name private global::Microsoft.Dynamics.CRM.account _regarding_account; partial void Onregarding_accountChanging(global::Microsoft.Dynamics.CRM.account value); partial void Onregarding_accountChanged(); + /// + /// There are no comments for Property msdyn_playbookinstance_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection msdyn_playbookinstance_spd_generaladministrativetasks + { + get + { + return this._msdyn_playbookinstance_spd_generaladministrativetasks; + } + set + { + this.Onmsdyn_playbookinstance_spd_generaladministrativetasksChanging(value); + this._msdyn_playbookinstance_spd_generaladministrativetasks = value; + this.Onmsdyn_playbookinstance_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("msdyn_playbookinstance_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _msdyn_playbookinstance_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onmsdyn_playbookinstance_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onmsdyn_playbookinstance_spd_generaladministrativetasksChanged(); } /// /// There are no comments for msdyn_playbooktemplateSingle in the schema. @@ -433128,6 +435149,27 @@ public msdyn_postalbumSingle(global::Microsoft.OData.Client.DataServiceQuerySing } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _msdyn_postalbum_ServiceAppointments; + /// + /// There are no comments for msdyn_postalbum_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery msdyn_postalbum_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._msdyn_postalbum_spd_generaladministrativetasks == null)) + { + this._msdyn_postalbum_spd_generaladministrativetasks = Context.CreateQuery(GetPath("msdyn_postalbum_spd_generaladministrativetasks")); + } + return this._msdyn_postalbum_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _msdyn_postalbum_spd_generaladministrativetasks; } /// /// There are no comments for msdyn_postalbum in the schema. @@ -434267,6 +436309,28 @@ public virtual string msdyn_name private global::Microsoft.OData.Client.DataServiceCollection _msdyn_postalbum_ServiceAppointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onmsdyn_postalbum_ServiceAppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_postalbum_ServiceAppointmentsChanged(); + /// + /// There are no comments for Property msdyn_postalbum_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection msdyn_postalbum_spd_generaladministrativetasks + { + get + { + return this._msdyn_postalbum_spd_generaladministrativetasks; + } + set + { + this.Onmsdyn_postalbum_spd_generaladministrativetasksChanging(value); + this._msdyn_postalbum_spd_generaladministrativetasks = value; + this.Onmsdyn_postalbum_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("msdyn_postalbum_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _msdyn_postalbum_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onmsdyn_postalbum_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onmsdyn_postalbum_spd_generaladministrativetasksChanged(); } /// /// There are no comments for msdyn_postconfigSingle in the schema. @@ -461797,6 +463861,27 @@ public opportunitySingle(global::Microsoft.OData.Client.DataServiceQuerySingle _msdyn_playbookinstance_opportunity; + /// + /// There are no comments for opportunity_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery opportunity_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._opportunity_spd_generaladministrativetasks == null)) + { + this._opportunity_spd_generaladministrativetasks = Context.CreateQuery(GetPath("opportunity_spd_generaladministrativetasks")); + } + return this._opportunity_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _opportunity_spd_generaladministrativetasks; } /// /// There are no comments for opportunity in the schema. @@ -465687,6 +467772,28 @@ public virtual string proposedsolution partial void Onmsdyn_playbookinstance_opportunityChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_playbookinstance_opportunityChanged(); /// + /// There are no comments for Property opportunity_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection opportunity_spd_generaladministrativetasks + { + get + { + return this._opportunity_spd_generaladministrativetasks; + } + set + { + this.Onopportunity_spd_generaladministrativetasksChanging(value); + this._opportunity_spd_generaladministrativetasks = value; + this.Onopportunity_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("opportunity_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _opportunity_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onopportunity_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onopportunity_spd_generaladministrativetasksChanged(); + /// /// There are no comments for GetQuantityDecimal in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle GetQuantityDecimal(global::Microsoft.Dynamics.CRM.product Product, global::Microsoft.Dynamics.CRM.uom UoM, bool useEntityReference = false) @@ -468002,6 +470109,27 @@ public opportunitycloseSingle(global::Microsoft.OData.Client.DataServiceQuerySin } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for opportunityclose in the schema. @@ -476237,6 +478365,27 @@ public ordercloseSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for orderclose in the schema. @@ -496804,6 +498953,27 @@ public principalSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _owner_spd_subject; + /// + /// There are no comments for spd_generaladministrativetask_owner_ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_owner_ownerid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_owner_ownerid == null)) + { + this._spd_generaladministrativetask_owner_ownerid = Context.CreateQuery(GetPath("spd_generaladministrativetask_owner_ownerid")); + } + return this._spd_generaladministrativetask_owner_ownerid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_owner_ownerid; } /// /// There are no comments for principal in the schema. @@ -500840,6 +503010,28 @@ public abstract partial class principal : crmbaseentity private global::Microsoft.OData.Client.DataServiceCollection _owner_spd_subject = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onowner_spd_subjectChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onowner_spd_subjectChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_owner_ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_owner_ownerid + { + get + { + return this._spd_generaladministrativetask_owner_ownerid; + } + set + { + this.Onspd_generaladministrativetask_owner_owneridChanging(value); + this._spd_generaladministrativetask_owner_ownerid = value; + this.Onspd_generaladministrativetask_owner_owneridChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_owner_ownerid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_owner_ownerid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_owner_owneridChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_owner_owneridChanged(); } /// /// There are no comments for package_solutionSingle in the schema. @@ -505674,6 +507866,27 @@ public phonecallSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for phonecall in the schema. @@ -526920,6 +529133,27 @@ public principalobjectattributeaccessSingle(global::Microsoft.OData.Client.DataS } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivationSingle _objectid_spd_licensingreconsiderationreactivation; + /// + /// There are no comments for objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle objectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._objectid_spd_generaladministrativetask == null)) + { + this._objectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("objectid_spd_generaladministrativetask")); + } + return this._objectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _objectid_spd_generaladministrativetask; } /// /// There are no comments for principalobjectattributeaccess in the schema. @@ -527211,6 +529445,7 @@ public partial class principalobjectattributeaccess : crmbaseentity /// Initial value of objectid_spd_subject. /// Initial value of objectid_spd_investigation. /// Initial value of objectid_spd_licensingreconsiderationreactivation. + /// Initial value of objectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static principalobjectattributeaccess Createprincipalobjectattributeaccess(global::Microsoft.Dynamics.CRM.contact objectid_contact, global::Microsoft.Dynamics.CRM.account objectid_account, @@ -527488,7 +529723,8 @@ public static principalobjectattributeaccess Createprincipalobjectattributeacces global::Microsoft.Dynamics.CRM.spd_complaintsubject objectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject objectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation objectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation objectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation objectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask) { principalobjectattributeaccess principalobjectattributeaccess = new principalobjectattributeaccess(); if ((objectid_contact == null)) @@ -528876,6 +531112,11 @@ public static principalobjectattributeaccess Createprincipalobjectattributeacces throw new global::System.ArgumentNullException("objectid_spd_licensingreconsiderationreactivation"); } principalobjectattributeaccess.objectid_spd_licensingreconsiderationreactivation = objectid_spd_licensingreconsiderationreactivation; + if ((objectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("objectid_spd_generaladministrativetask"); + } + principalobjectattributeaccess.objectid_spd_generaladministrativetask = objectid_spd_generaladministrativetask; return principalobjectattributeaccess; } /// @@ -535425,6 +537666,29 @@ public static principalobjectattributeaccess Createprincipalobjectattributeacces private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _objectid_spd_licensingreconsiderationreactivation; partial void Onobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "objectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask + { + get + { + return this._objectid_spd_generaladministrativetask; + } + set + { + this.Onobjectid_spd_generaladministrativetaskChanging(value); + this._objectid_spd_generaladministrativetask = value; + this.Onobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("objectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _objectid_spd_generaladministrativetask; + partial void Onobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for privilegeSingle in the schema. @@ -541800,6 +544064,27 @@ public processsessionSingle(global::Microsoft.OData.Client.DataServiceQuerySingl } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivationSingle _regardingobjectid_spd_licensingreconsiderationreactivation; + /// + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for processsession in the schema. @@ -542077,6 +544362,7 @@ public partial class processsession : crmbaseentity /// Initial value of regardingobjectid_spd_subject. /// Initial value of regardingobjectid_spd_investigation. /// Initial value of regardingobjectid_spd_licensingreconsiderationreactivation. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static processsession Createprocesssession(global::Microsoft.Dynamics.CRM.theme regardingobjectid_theme, global::Microsoft.Dynamics.CRM.usermapping regardingobjectid_usermapping, @@ -542340,7 +544626,8 @@ public static processsession Createprocesssession(global::Microsoft.Dynamics.CRM global::Microsoft.Dynamics.CRM.spd_complaintsubject regardingobjectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject regardingobjectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation regardingobjectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { processsession processsession = new processsession(); if ((regardingobjectid_theme == null)) @@ -543658,6 +545945,11 @@ public static processsession Createprocesssession(global::Microsoft.Dynamics.CRM throw new global::System.ArgumentNullException("regardingobjectid_spd_licensingreconsiderationreactivation"); } processsession.regardingobjectid_spd_licensingreconsiderationreactivation = regardingobjectid_spd_licensingreconsiderationreactivation; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + processsession.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return processsession; } /// @@ -550699,6 +552991,29 @@ public virtual string stepname private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _regardingobjectid_spd_licensingreconsiderationreactivation; partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for processstageparameterSingle in the schema. @@ -568204,6 +570519,27 @@ public queueitemSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle objectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._objectid_spd_generaladministrativetask == null)) + { + this._objectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("objectid_spd_generaladministrativetask")); + } + return this._objectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _objectid_spd_generaladministrativetask; } /// /// There are no comments for queueitem in the schema. @@ -568243,6 +570579,7 @@ public partial class queueitem : crmbaseentity /// Initial value of objectid_campaignresponse. /// Initial value of objectid_bulkoperation. /// Initial value of objectid_msdyn_knowledgearticletemplate. + /// Initial value of objectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static queueitem Createqueueitem(global::Microsoft.Dynamics.CRM.knowledgearticle objectid_knowledgearticle, global::Microsoft.Dynamics.CRM.systemuser createdby, @@ -568268,7 +570605,8 @@ public static queueitem Createqueueitem(global::Microsoft.Dynamics.CRM.knowledge global::Microsoft.Dynamics.CRM.campaignactivity objectid_campaignactivity, global::Microsoft.Dynamics.CRM.campaignresponse objectid_campaignresponse, global::Microsoft.Dynamics.CRM.bulkoperation objectid_bulkoperation, - global::Microsoft.Dynamics.CRM.msdyn_knowledgearticletemplate objectid_msdyn_knowledgearticletemplate) + global::Microsoft.Dynamics.CRM.msdyn_knowledgearticletemplate objectid_msdyn_knowledgearticletemplate, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask) { queueitem queueitem = new queueitem(); if ((objectid_knowledgearticle == null)) @@ -568396,6 +570734,11 @@ public static queueitem Createqueueitem(global::Microsoft.Dynamics.CRM.knowledge throw new global::System.ArgumentNullException("objectid_msdyn_knowledgearticletemplate"); } queueitem.objectid_msdyn_knowledgearticletemplate = objectid_msdyn_knowledgearticletemplate; + if ((objectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("objectid_spd_generaladministrativetask"); + } + queueitem.objectid_spd_generaladministrativetask = objectid_spd_generaladministrativetask; return queueitem; } /// @@ -569678,6 +572021,29 @@ public virtual string title partial void Onobjectid_msdyn_knowledgearticletemplateChanging(global::Microsoft.Dynamics.CRM.msdyn_knowledgearticletemplate value); partial void Onobjectid_msdyn_knowledgearticletemplateChanged(); /// + /// There are no comments for Property objectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "objectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask objectid_spd_generaladministrativetask + { + get + { + return this._objectid_spd_generaladministrativetask; + } + set + { + this.Onobjectid_spd_generaladministrativetaskChanging(value); + this._objectid_spd_generaladministrativetask = value; + this.Onobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("objectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _objectid_spd_generaladministrativetask; + partial void Onobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onobjectid_spd_generaladministrativetaskChanged(); + /// /// There are no comments for PickFromQueue in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuery PickFromQueue(global::Microsoft.Dynamics.CRM.systemuser SystemUser, bool RemoveQueueItem) @@ -574266,6 +576632,27 @@ public quotecloseSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for quoteclose in the schema. @@ -579527,6 +581914,27 @@ public quoteSingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _msdyn_playbookinstance_quote; + /// + /// There are no comments for quote_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery quote_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._quote_spd_generaladministrativetasks == null)) + { + this._quote_spd_generaladministrativetasks = Context.CreateQuery(GetPath("quote_spd_generaladministrativetasks")); + } + return this._quote_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _quote_spd_generaladministrativetasks; } /// /// There are no comments for quote in the schema. @@ -582785,6 +585193,28 @@ public virtual string billto_contactname partial void Onmsdyn_playbookinstance_quoteChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_playbookinstance_quoteChanged(); /// + /// There are no comments for Property quote_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection quote_spd_generaladministrativetasks + { + get + { + return this._quote_spd_generaladministrativetasks; + } + set + { + this.Onquote_spd_generaladministrativetasksChanging(value); + this._quote_spd_generaladministrativetasks = value; + this.Onquote_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("quote_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _quote_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onquote_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onquote_spd_generaladministrativetasksChanged(); + /// /// There are no comments for GetQuantityDecimal in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle GetQuantityDecimal(global::Microsoft.Dynamics.CRM.product Product, global::Microsoft.Dynamics.CRM.uom UoM, bool useEntityReference = false) @@ -590476,6 +592906,27 @@ public recurringappointmentmasterSingle(global::Microsoft.OData.Client.DataServi } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for recurringappointmentmaster in the schema. @@ -610220,6 +612671,27 @@ public salesorderSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _msdyn_playbookinstance_salesorder; + /// + /// There are no comments for salesorder_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery salesorder_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._salesorder_spd_generaladministrativetasks == null)) + { + this._salesorder_spd_generaladministrativetasks = Context.CreateQuery(GetPath("salesorder_spd_generaladministrativetasks")); + } + return this._salesorder_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _salesorder_spd_generaladministrativetasks; } /// /// There are no comments for salesorder in the schema. @@ -613574,6 +616046,28 @@ public virtual string billto_country partial void Onmsdyn_playbookinstance_salesorderChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmsdyn_playbookinstance_salesorderChanged(); /// + /// There are no comments for Property salesorder_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection salesorder_spd_generaladministrativetasks + { + get + { + return this._salesorder_spd_generaladministrativetasks; + } + set + { + this.Onsalesorder_spd_generaladministrativetasksChanging(value); + this._salesorder_spd_generaladministrativetasks = value; + this.Onsalesorder_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("salesorder_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _salesorder_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onsalesorder_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onsalesorder_spd_generaladministrativetasksChanged(); + /// /// There are no comments for GetQuantityDecimal in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle GetQuantityDecimal(global::Microsoft.Dynamics.CRM.product Product, global::Microsoft.Dynamics.CRM.uom UoM, bool useEntityReference = false) @@ -624412,6 +626906,27 @@ public serviceappointmentSingle(global::Microsoft.OData.Client.DataServiceQueryS } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for serviceappointment in the schema. @@ -630066,6 +632581,27 @@ public serviceSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _service_quoteclose; + /// + /// There are no comments for spd_generaladministrativetask_service_serviceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_service_serviceid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_service_serviceid == null)) + { + this._spd_generaladministrativetask_service_serviceid = Context.CreateQuery(GetPath("spd_generaladministrativetask_service_serviceid")); + } + return this._spd_generaladministrativetask_service_serviceid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_service_serviceid; } /// /// There are no comments for service in the schema. @@ -631447,6 +633983,28 @@ public virtual string granularity private global::Microsoft.OData.Client.DataServiceCollection _service_quoteclose = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onservice_quotecloseChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onservice_quotecloseChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_service_serviceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_service_serviceid + { + get + { + return this._spd_generaladministrativetask_service_serviceid; + } + set + { + this.Onspd_generaladministrativetask_service_serviceidChanging(value); + this._spd_generaladministrativetask_service_serviceid = value; + this.Onspd_generaladministrativetask_service_serviceidChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_service_serviceid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_service_serviceid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_service_serviceidChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_service_serviceidChanged(); } /// /// There are no comments for sharepointdocumentlocationSingle in the schema. @@ -637585,6 +640143,27 @@ public siteSingle(global::Microsoft.OData.Client.DataServiceQuerySingle qu } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _site_QuoteCloses; + /// + /// There are no comments for site_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery site_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._site_spd_generaladministrativetasks == null)) + { + this._site_spd_generaladministrativetasks = Context.CreateQuery(GetPath("site_spd_generaladministrativetasks")); + } + return this._site_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _site_spd_generaladministrativetasks; } /// /// There are no comments for site in the schema. @@ -639532,6 +642111,28 @@ public virtual string address2_fax private global::Microsoft.OData.Client.DataServiceCollection _site_QuoteCloses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onsite_QuoteClosesChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onsite_QuoteClosesChanged(); + /// + /// There are no comments for Property site_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection site_spd_generaladministrativetasks + { + get + { + return this._site_spd_generaladministrativetasks; + } + set + { + this.Onsite_spd_generaladministrativetasksChanging(value); + this._site_spd_generaladministrativetasks = value; + this.Onsite_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("site_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _site_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onsite_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onsite_spd_generaladministrativetasksChanged(); } /// /// There are no comments for slaitemSingle in the schema. @@ -644305,6 +646906,48 @@ public slaSingle(global::Microsoft.OData.Client.DataServiceQuerySingle quer } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _manualsla_invoice; + /// + /// There are no comments for spd_generaladministrativetask_sla_slaid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_sla_slaid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_sla_slaid == null)) + { + this._spd_generaladministrativetask_sla_slaid = Context.CreateQuery(GetPath("spd_generaladministrativetask_sla_slaid")); + } + return this._spd_generaladministrativetask_sla_slaid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_sla_slaid; + /// + /// There are no comments for spd_generaladministrativetask_sla_slainvokedid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_sla_slainvokedid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_sla_slainvokedid == null)) + { + this._spd_generaladministrativetask_sla_slainvokedid = Context.CreateQuery(GetPath("spd_generaladministrativetask_sla_slainvokedid")); + } + return this._spd_generaladministrativetask_sla_slainvokedid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_sla_slainvokedid; } /// /// There are no comments for sla in the schema. @@ -646634,6 +649277,50 @@ public virtual string description private global::Microsoft.OData.Client.DataServiceCollection _manualsla_invoice = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onmanualsla_invoiceChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onmanualsla_invoiceChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_sla_slaid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_sla_slaid + { + get + { + return this._spd_generaladministrativetask_sla_slaid; + } + set + { + this.Onspd_generaladministrativetask_sla_slaidChanging(value); + this._spd_generaladministrativetask_sla_slaid = value; + this.Onspd_generaladministrativetask_sla_slaidChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_sla_slaid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_sla_slaid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_sla_slaidChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_sla_slaidChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_sla_slainvokedid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_sla_slainvokedid + { + get + { + return this._spd_generaladministrativetask_sla_slainvokedid; + } + set + { + this.Onspd_generaladministrativetask_sla_slainvokedidChanging(value); + this._spd_generaladministrativetask_sla_slainvokedid = value; + this.Onspd_generaladministrativetask_sla_slainvokedidChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_sla_slainvokedid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_sla_slainvokedid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_sla_slainvokedidChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_sla_slainvokedidChanged(); } /// /// There are no comments for socialactivitySingle in the schema. @@ -649325,6 +652012,27 @@ public socialactivitySingle(global::Microsoft.OData.Client.DataServiceQuerySingl } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for socialactivity in the schema. @@ -660316,6 +663024,27 @@ public spd_actSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _spd_act_spd_section_ActId; + /// + /// There are no comments for spd_spd_act_spd_generaladministrativetask_Act in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_spd_act_spd_generaladministrativetask_Act + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_spd_act_spd_generaladministrativetask_Act == null)) + { + this._spd_spd_act_spd_generaladministrativetask_Act = Context.CreateQuery(GetPath("spd_spd_act_spd_generaladministrativetask_Act")); + } + return this._spd_spd_act_spd_generaladministrativetask_Act; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_spd_act_spd_generaladministrativetask_Act; } /// /// There are no comments for spd_act in the schema. @@ -661257,6 +663986,28 @@ public virtual string spd_actdescription private global::Microsoft.OData.Client.DataServiceCollection _spd_act_spd_section_ActId = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onspd_act_spd_section_ActIdChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_act_spd_section_ActIdChanged(); + /// + /// There are no comments for Property spd_spd_act_spd_generaladministrativetask_Act in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_spd_act_spd_generaladministrativetask_Act + { + get + { + return this._spd_spd_act_spd_generaladministrativetask_Act; + } + set + { + this.Onspd_spd_act_spd_generaladministrativetask_ActChanging(value); + this._spd_spd_act_spd_generaladministrativetask_Act = value; + this.Onspd_spd_act_spd_generaladministrativetask_ActChanged(); + this.OnPropertyChanged("spd_spd_act_spd_generaladministrativetask_Act"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_spd_act_spd_generaladministrativetask_Act = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_spd_act_spd_generaladministrativetask_ActChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_spd_act_spd_generaladministrativetask_ActChanged(); } /// /// There are no comments for spd_addressSingle in the schema. @@ -665677,6 +668428,27 @@ public spd_applicationSingle(global::Microsoft.OData.Client.DataServiceQuerySing } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _spd_businesscontact_spd_application; + /// + /// There are no comments for spd_application_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_application_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_application_spd_generaladministrativetasks == null)) + { + this._spd_application_spd_generaladministrativetasks = Context.CreateQuery(GetPath("spd_application_spd_generaladministrativetasks")); + } + return this._spd_application_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_application_spd_generaladministrativetasks; } /// /// There are no comments for spd_application in the schema. @@ -665925,28 +668697,6 @@ public static spd_application Createspd_application(global::Microsoft.Dynamics.C partial void Onspd_consentChanging(global::System.Nullable value); partial void Onspd_consentChanged(); /// - /// There are no comments for Property spd_employerprovince in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_employerprovince - { - get - { - return this._spd_employerprovince; - } - set - { - this.Onspd_employerprovinceChanging(value); - this._spd_employerprovince = value; - this.Onspd_employerprovinceChanged(); - this.OnPropertyChanged("spd_employerprovince"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_employerprovince; - partial void Onspd_employerprovinceChanging(string value); - partial void Onspd_employerprovinceChanged(); - /// /// There are no comments for Property _modifiedonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -666431,6 +669181,28 @@ public virtual string spd_residentialaddress1 partial void Onspd_residentialaddress1Changing(string value); partial void Onspd_residentialaddress1Changed(); /// + /// There are no comments for Property spd_employerprovince in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_employerprovince + { + get + { + return this._spd_employerprovince; + } + set + { + this.Onspd_employerprovinceChanging(value); + this._spd_employerprovince = value; + this.Onspd_employerprovinceChanged(); + this.OnPropertyChanged("spd_employerprovince"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_employerprovince; + partial void Onspd_employerprovinceChanging(string value); + partial void Onspd_employerprovinceChanged(); + /// /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -667201,6 +669973,28 @@ public virtual string spd_businessmanagermiddlename2 partial void Onspd_criminalchargesconvictionsorlawsuitsChanging(global::System.Nullable value); partial void Onspd_criminalchargesconvictionsorlawsuitsChanged(); /// + /// There are no comments for Property spd_paymenttype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_paymenttype + { + get + { + return this._spd_paymenttype; + } + set + { + this.Onspd_paymenttypeChanging(value); + this._spd_paymenttype = value; + this.Onspd_paymenttypeChanged(); + this.OnPropertyChanged("spd_paymenttype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_paymenttype; + partial void Onspd_paymenttypeChanging(global::System.Nullable value); + partial void Onspd_paymenttypeChanged(); + /// /// There are no comments for Property spd_contractedcompanyname in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -669795,6 +672589,28 @@ public virtual string spd_businessmanagerphone partial void Onspd_businesscontact_spd_applicationChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_businesscontact_spd_applicationChanged(); /// + /// There are no comments for Property spd_application_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_application_spd_generaladministrativetasks + { + get + { + return this._spd_application_spd_generaladministrativetasks; + } + set + { + this.Onspd_application_spd_generaladministrativetasksChanging(value); + this._spd_application_spd_generaladministrativetasks = value; + this.Onspd_application_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("spd_application_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_application_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_application_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_application_spd_generaladministrativetasksChanged(); + /// /// There are no comments for spd_DeleteDraftApplication in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_DeleteDraftApplication() @@ -679862,6 +682678,27 @@ public spd_complaintSingle(global::Microsoft.OData.Client.DataServiceQuerySingle } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_addressSingle _spd_addressid; + /// + /// There are no comments for spd_complaint_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaint_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaint_spd_generaladministrativetasks == null)) + { + this._spd_complaint_spd_generaladministrativetasks = Context.CreateQuery(GetPath("spd_complaint_spd_generaladministrativetasks")); + } + return this._spd_complaint_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaint_spd_generaladministrativetasks; } /// /// There are no comments for spd_complaint in the schema. @@ -681935,1511 +684772,1533 @@ public virtual string spd_licensingfigaroid private global::Microsoft.Dynamics.CRM.spd_address _spd_addressid; partial void Onspd_addressidChanging(global::Microsoft.Dynamics.CRM.spd_address value); partial void Onspd_addressidChanged(); - } - /// - /// There are no comments for spd_complaintsubjectSingle in the schema. - /// - public partial class spd_complaintsubjectSingle : global::Microsoft.OData.Client.DataServiceQuerySingle - { - /// - /// Initialize a new spd_complaintsubjectSingle object. - /// - public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) - : base(context, path) {} - - /// - /// Initialize a new spd_complaintsubjectSingle object. - /// - public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) - : base(context, path, isComposable) {} - - /// - /// Initialize a new spd_complaintsubjectSingle object. - /// - public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceQuerySingle query) - : base(query) {} - - /// - /// There are no comments for createdby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdby - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._createdby == null)) - { - this._createdby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdby")); - } - return this._createdby; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuserSingle _createdby; - /// - /// There are no comments for createdonbehalfby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdonbehalfby - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._createdonbehalfby == null)) - { - this._createdonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdonbehalfby")); - } - return this._createdonbehalfby; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuserSingle _createdonbehalfby; - /// - /// There are no comments for modifiedby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedby - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._modifiedby == null)) - { - this._modifiedby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedby")); - } - return this._modifiedby; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedby; - /// - /// There are no comments for modifiedonbehalfby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedonbehalfby - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._modifiedonbehalfby == null)) - { - this._modifiedonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedonbehalfby")); - } - return this._modifiedonbehalfby; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedonbehalfby; - /// - /// There are no comments for owninguser in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.systemuserSingle owninguser - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._owninguser == null)) - { - this._owninguser = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("owninguser")); - } - return this._owninguser; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuserSingle _owninguser; - /// - /// There are no comments for owningteam in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.teamSingle owningteam - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._owningteam == null)) - { - this._owningteam = new global::Microsoft.Dynamics.CRM.teamSingle(this.Context, GetPath("owningteam")); - } - return this._owningteam; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.teamSingle _owningteam; - /// - /// There are no comments for ownerid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.principalSingle ownerid - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._ownerid == null)) - { - this._ownerid = new global::Microsoft.Dynamics.CRM.principalSingle(this.Context, GetPath("ownerid")); - } - return this._ownerid; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.principalSingle _ownerid; - /// - /// There are no comments for owningbusinessunit in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.businessunitSingle owningbusinessunit - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._owningbusinessunit == null)) - { - this._owningbusinessunit = new global::Microsoft.Dynamics.CRM.businessunitSingle(this.Context, GetPath("owningbusinessunit")); - } - return this._owningbusinessunit; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.businessunitSingle _owningbusinessunit; - /// - /// There are no comments for spd_complaintsubject_SyncErrors in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_SyncErrors - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_SyncErrors == null)) - { - this._spd_complaintsubject_SyncErrors = Context.CreateQuery(GetPath("spd_complaintsubject_SyncErrors")); - } - return this._spd_complaintsubject_SyncErrors; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_SyncErrors; - /// - /// There are no comments for spd_complaintsubject_DuplicateMatchingRecord in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_DuplicateMatchingRecord - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_DuplicateMatchingRecord == null)) - { - this._spd_complaintsubject_DuplicateMatchingRecord = Context.CreateQuery(GetPath("spd_complaintsubject_DuplicateMatchingRecord")); - } - return this._spd_complaintsubject_DuplicateMatchingRecord; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_DuplicateMatchingRecord; - /// - /// There are no comments for spd_complaintsubject_DuplicateBaseRecord in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_DuplicateBaseRecord - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_DuplicateBaseRecord == null)) - { - this._spd_complaintsubject_DuplicateBaseRecord = Context.CreateQuery(GetPath("spd_complaintsubject_DuplicateBaseRecord")); - } - return this._spd_complaintsubject_DuplicateBaseRecord; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_DuplicateBaseRecord; - /// - /// There are no comments for spd_complaintsubject_AsyncOperations in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_AsyncOperations - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_AsyncOperations == null)) - { - this._spd_complaintsubject_AsyncOperations = Context.CreateQuery(GetPath("spd_complaintsubject_AsyncOperations")); - } - return this._spd_complaintsubject_AsyncOperations; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_AsyncOperations; - /// - /// There are no comments for spd_complaintsubject_MailboxTrackingFolders in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_MailboxTrackingFolders - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_MailboxTrackingFolders == null)) - { - this._spd_complaintsubject_MailboxTrackingFolders = Context.CreateQuery(GetPath("spd_complaintsubject_MailboxTrackingFolders")); - } - return this._spd_complaintsubject_MailboxTrackingFolders; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_MailboxTrackingFolders; - /// - /// There are no comments for spd_complaintsubject_ProcessSession in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_ProcessSession - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_ProcessSession == null)) - { - this._spd_complaintsubject_ProcessSession = Context.CreateQuery(GetPath("spd_complaintsubject_ProcessSession")); - } - return this._spd_complaintsubject_ProcessSession; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_ProcessSession; - /// - /// There are no comments for spd_complaintsubject_BulkDeleteFailures in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_BulkDeleteFailures - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_BulkDeleteFailures == null)) - { - this._spd_complaintsubject_BulkDeleteFailures = Context.CreateQuery(GetPath("spd_complaintsubject_BulkDeleteFailures")); - } - return this._spd_complaintsubject_BulkDeleteFailures; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_BulkDeleteFailures; - /// - /// There are no comments for spd_complaintsubject_PrincipalObjectAttributeAccesses in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_PrincipalObjectAttributeAccesses - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintsubject_PrincipalObjectAttributeAccesses == null)) - { - this._spd_complaintsubject_PrincipalObjectAttributeAccesses = Context.CreateQuery(GetPath("spd_complaintsubject_PrincipalObjectAttributeAccesses")); - } - return this._spd_complaintsubject_PrincipalObjectAttributeAccesses; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_PrincipalObjectAttributeAccesses; - /// - /// There are no comments for spd_subjectid_account in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.accountSingle spd_subjectid_account - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_subjectid_account == null)) - { - this._spd_subjectid_account = new global::Microsoft.Dynamics.CRM.accountSingle(this.Context, GetPath("spd_subjectid_account")); - } - return this._spd_subjectid_account; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.accountSingle _spd_subjectid_account; - /// - /// There are no comments for spd_subjectid_contact in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.contactSingle spd_subjectid_contact - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_subjectid_contact == null)) - { - this._spd_subjectid_contact = new global::Microsoft.Dynamics.CRM.contactSingle(this.Context, GetPath("spd_subjectid_contact")); - } - return this._spd_subjectid_contact; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.contactSingle _spd_subjectid_contact; - /// - /// There are no comments for spd_licenceid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.spd_licenceSingle spd_licenceid - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_licenceid == null)) - { - this._spd_licenceid = new global::Microsoft.Dynamics.CRM.spd_licenceSingle(this.Context, GetPath("spd_licenceid")); - } - return this._spd_licenceid; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_licenceSingle _spd_licenceid; - /// - /// There are no comments for spd_complaintid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.Dynamics.CRM.spd_complaintSingle spd_complaintid - { - get - { - if (!this.IsComposable) - { - throw new global::System.NotSupportedException("The previous function is not composable."); - } - if ((this._spd_complaintid == null)) - { - this._spd_complaintid = new global::Microsoft.Dynamics.CRM.spd_complaintSingle(this.Context, GetPath("spd_complaintid")); - } - return this._spd_complaintid; - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_complaintSingle _spd_complaintid; - } - /// - /// There are no comments for spd_complaintsubject in the schema. - /// - /// - /// spd_complaintsubjectid - /// - [global::Microsoft.OData.Client.Key("spd_complaintsubjectid")] - [global::Microsoft.OData.Client.EntitySet("spd_complaintsubjects")] - public partial class spd_complaintsubject : crmbaseentity - { - /// - /// Create a new spd_complaintsubject object. - /// - /// Initial value of createdby. - /// Initial value of createdonbehalfby. - /// Initial value of modifiedby. - /// Initial value of modifiedonbehalfby. - /// Initial value of owninguser. - /// Initial value of owningteam. - /// Initial value of ownerid. - /// Initial value of owningbusinessunit. - /// Initial value of spd_subjectid_account. - /// Initial value of spd_subjectid_contact. - /// Initial value of spd_licenceid. - /// Initial value of spd_complaintid. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public static spd_complaintsubject Createspd_complaintsubject(global::Microsoft.Dynamics.CRM.systemuser createdby, - global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby, - global::Microsoft.Dynamics.CRM.systemuser modifiedby, - global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby, - global::Microsoft.Dynamics.CRM.systemuser owninguser, - global::Microsoft.Dynamics.CRM.team owningteam, - global::Microsoft.Dynamics.CRM.principal ownerid, - global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit, - global::Microsoft.Dynamics.CRM.account spd_subjectid_account, - global::Microsoft.Dynamics.CRM.contact spd_subjectid_contact, - global::Microsoft.Dynamics.CRM.spd_licence spd_licenceid, - global::Microsoft.Dynamics.CRM.spd_complaint spd_complaintid) - { - spd_complaintsubject spd_complaintsubject = new spd_complaintsubject(); - if ((createdby == null)) - { - throw new global::System.ArgumentNullException("createdby"); - } - spd_complaintsubject.createdby = createdby; - if ((createdonbehalfby == null)) - { - throw new global::System.ArgumentNullException("createdonbehalfby"); - } - spd_complaintsubject.createdonbehalfby = createdonbehalfby; - if ((modifiedby == null)) - { - throw new global::System.ArgumentNullException("modifiedby"); - } - spd_complaintsubject.modifiedby = modifiedby; - if ((modifiedonbehalfby == null)) - { - throw new global::System.ArgumentNullException("modifiedonbehalfby"); - } - spd_complaintsubject.modifiedonbehalfby = modifiedonbehalfby; - if ((owninguser == null)) - { - throw new global::System.ArgumentNullException("owninguser"); - } - spd_complaintsubject.owninguser = owninguser; - if ((owningteam == null)) - { - throw new global::System.ArgumentNullException("owningteam"); - } - spd_complaintsubject.owningteam = owningteam; - if ((ownerid == null)) - { - throw new global::System.ArgumentNullException("ownerid"); - } - spd_complaintsubject.ownerid = ownerid; - if ((owningbusinessunit == null)) - { - throw new global::System.ArgumentNullException("owningbusinessunit"); - } - spd_complaintsubject.owningbusinessunit = owningbusinessunit; - if ((spd_subjectid_account == null)) - { - throw new global::System.ArgumentNullException("spd_subjectid_account"); - } - spd_complaintsubject.spd_subjectid_account = spd_subjectid_account; - if ((spd_subjectid_contact == null)) - { - throw new global::System.ArgumentNullException("spd_subjectid_contact"); - } - spd_complaintsubject.spd_subjectid_contact = spd_subjectid_contact; - if ((spd_licenceid == null)) - { - throw new global::System.ArgumentNullException("spd_licenceid"); - } - spd_complaintsubject.spd_licenceid = spd_licenceid; - if ((spd_complaintid == null)) - { - throw new global::System.ArgumentNullException("spd_complaintid"); - } - spd_complaintsubject.spd_complaintid = spd_complaintid; - return spd_complaintsubject; - } - /// - /// There are no comments for Property _spd_complaintid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_complaintid_value - { - get - { - return this.__spd_complaintid_value; - } - set - { - this.On_spd_complaintid_valueChanging(value); - this.__spd_complaintid_value = value; - this.On_spd_complaintid_valueChanged(); - this.OnPropertyChanged("_spd_complaintid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_complaintid_value; - partial void On_spd_complaintid_valueChanging(global::System.Nullable value); - partial void On_spd_complaintid_valueChanged(); - /// - /// There are no comments for Property _spd_licenceid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_licenceid_value - { - get - { - return this.__spd_licenceid_value; - } - set - { - this.On_spd_licenceid_valueChanging(value); - this.__spd_licenceid_value = value; - this.On_spd_licenceid_valueChanged(); - this.OnPropertyChanged("_spd_licenceid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_licenceid_value; - partial void On_spd_licenceid_valueChanging(global::System.Nullable value); - partial void On_spd_licenceid_valueChanged(); - /// - /// There are no comments for Property _spd_subjectid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_subjectid_value - { - get - { - return this.__spd_subjectid_value; - } - set - { - this.On_spd_subjectid_valueChanging(value); - this.__spd_subjectid_value = value; - this.On_spd_subjectid_valueChanged(); - this.OnPropertyChanged("_spd_subjectid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_subjectid_value; - partial void On_spd_subjectid_valueChanging(global::System.Nullable value); - partial void On_spd_subjectid_valueChanged(); - /// - /// There are no comments for Property spd_name in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_name - { - get - { - return this._spd_name; - } - set - { - this.Onspd_nameChanging(value); - this._spd_name = value; - this.Onspd_nameChanged(); - this.OnPropertyChanged("spd_name"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_name; - partial void Onspd_nameChanging(string value); - partial void Onspd_nameChanged(); - /// - /// There are no comments for Property statecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statecode - { - get - { - return this._statecode; - } - set - { - this.OnstatecodeChanging(value); - this._statecode = value; - this.OnstatecodeChanged(); - this.OnPropertyChanged("statecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _statecode; - partial void OnstatecodeChanging(global::System.Nullable value); - partial void OnstatecodeChanged(); - /// - /// There are no comments for Property _ownerid_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value - { - get - { - return this.__ownerid_value; - } - set - { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); - /// - /// There are no comments for Property utcconversiontimezonecode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode - { - get - { - return this._utcconversiontimezonecode; - } - set - { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); - /// - /// There are no comments for Property importsequencenumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable importsequencenumber - { - get - { - return this._importsequencenumber; - } - set - { - this.OnimportsequencenumberChanging(value); - this._importsequencenumber = value; - this.OnimportsequencenumberChanged(); - this.OnPropertyChanged("importsequencenumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _importsequencenumber; - partial void OnimportsequencenumberChanging(global::System.Nullable value); - partial void OnimportsequencenumberChanged(); - /// - /// There are no comments for Property _owningteam_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value - { - get - { - return this.__owningteam_value; - } - set - { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); - /// - /// There are no comments for Property _modifiedby_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedby_value - { - get - { - return this.__modifiedby_value; - } - set - { - this.On_modifiedby_valueChanging(value); - this.__modifiedby_value = value; - this.On_modifiedby_valueChanged(); - this.OnPropertyChanged("_modifiedby_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __modifiedby_value; - partial void On_modifiedby_valueChanging(global::System.Nullable value); - partial void On_modifiedby_valueChanged(); - /// - /// There are no comments for Property _owningbusinessunit_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value - { - get - { - return this.__owningbusinessunit_value; - } - set - { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); - /// - /// There are no comments for Property _owninguser_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owninguser_value - { - get - { - return this.__owninguser_value; - } - set - { - this.On_owninguser_valueChanging(value); - this.__owninguser_value = value; - this.On_owninguser_valueChanged(); - this.OnPropertyChanged("_owninguser_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __owninguser_value; - partial void On_owninguser_valueChanging(global::System.Nullable value); - partial void On_owninguser_valueChanged(); - /// - /// There are no comments for Property modifiedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon - { - get - { - return this._modifiedon; - } - set - { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); - /// - /// There are no comments for Property createdon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon - { - get - { - return this._createdon; - } - set - { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); - /// - /// There are no comments for Property statuscode in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode - { - get - { - return this._statuscode; - } - set - { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); - /// - /// There are no comments for Property timezoneruleversionnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber - { - get - { - return this._timezoneruleversionnumber; - } - set - { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); - /// - /// There are no comments for Property spd_complaintsubjectid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_complaintsubjectid - { - get - { - return this._spd_complaintsubjectid; - } - set - { - this.Onspd_complaintsubjectidChanging(value); - this._spd_complaintsubjectid = value; - this.Onspd_complaintsubjectidChanged(); - this.OnPropertyChanged("spd_complaintsubjectid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_complaintsubjectid; - partial void Onspd_complaintsubjectidChanging(global::System.Nullable value); - partial void Onspd_complaintsubjectidChanged(); - /// - /// There are no comments for Property _createdonbehalfby_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value - { - get - { - return this.__createdonbehalfby_value; - } - set - { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); - /// - /// There are no comments for Property _createdby_value in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value - { - get - { - return this.__createdby_value; - } - set - { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property spd_complaint_spd_generaladministrativetasks in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaint_spd_generaladministrativetasks { get { - return this.__modifiedonbehalfby_value; + return this._spd_complaint_spd_generaladministrativetasks; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onspd_complaint_spd_generaladministrativetasksChanging(value); + this._spd_complaint_spd_generaladministrativetasks = value; + this.Onspd_complaint_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("spd_complaint_spd_generaladministrativetasks"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); - /// - /// There are no comments for Property versionnumber in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber - { - get - { - return this._versionnumber; - } - set - { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); - /// - /// There are no comments for Property overriddencreatedon in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon - { - get - { - return this._overriddencreatedon; - } - set - { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); - /// - /// There are no comments for Property createdby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser createdby - { - get - { - return this._createdby; - } - set - { - this.OncreatedbyChanging(value); - this._createdby = value; - this.OncreatedbyChanged(); - this.OnPropertyChanged("createdby"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _createdby; - partial void OncreatedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OncreatedbyChanged(); - /// - /// There are no comments for Property createdonbehalfby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdonbehalfby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby - { - get - { - return this._createdonbehalfby; - } - set - { - this.OncreatedonbehalfbyChanging(value); - this._createdonbehalfby = value; - this.OncreatedonbehalfbyChanged(); - this.OnPropertyChanged("createdonbehalfby"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _createdonbehalfby; - partial void OncreatedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OncreatedonbehalfbyChanged(); - /// - /// There are no comments for Property modifiedby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedby - { - get - { - return this._modifiedby; - } - set - { - this.OnmodifiedbyChanging(value); - this._modifiedby = value; - this.OnmodifiedbyChanged(); - this.OnPropertyChanged("modifiedby"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _modifiedby; - partial void OnmodifiedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnmodifiedbyChanged(); - /// - /// There are no comments for Property modifiedonbehalfby in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedonbehalfby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby - { - get - { - return this._modifiedonbehalfby; - } - set - { - this.OnmodifiedonbehalfbyChanging(value); - this._modifiedonbehalfby = value; - this.OnmodifiedonbehalfbyChanged(); - this.OnPropertyChanged("modifiedonbehalfby"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _modifiedonbehalfby; - partial void OnmodifiedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnmodifiedonbehalfbyChanged(); - /// - /// There are no comments for Property owninguser in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owninguser is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser owninguser - { - get - { - return this._owninguser; - } - set - { - this.OnowninguserChanging(value); - this._owninguser = value; - this.OnowninguserChanged(); - this.OnPropertyChanged("owninguser"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _owninguser; - partial void OnowninguserChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnowninguserChanged(); - /// - /// There are no comments for Property owningteam in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningteam is required.")] - public virtual global::Microsoft.Dynamics.CRM.team owningteam - { - get - { - return this._owningteam; - } - set - { - this.OnowningteamChanging(value); - this._owningteam = value; - this.OnowningteamChanged(); - this.OnPropertyChanged("owningteam"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.team _owningteam; - partial void OnowningteamChanging(global::Microsoft.Dynamics.CRM.team value); - partial void OnowningteamChanged(); - /// - /// There are no comments for Property ownerid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "ownerid is required.")] - public virtual global::Microsoft.Dynamics.CRM.principal ownerid - { - get - { - return this._ownerid; - } - set - { - this.OnowneridChanging(value); - this._ownerid = value; - this.OnowneridChanged(); - this.OnPropertyChanged("ownerid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.principal _ownerid; - partial void OnowneridChanging(global::Microsoft.Dynamics.CRM.principal value); - partial void OnowneridChanged(); - /// - /// There are no comments for Property owningbusinessunit in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningbusinessunit is required.")] - public virtual global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit - { - get - { - return this._owningbusinessunit; - } - set - { - this.OnowningbusinessunitChanging(value); - this._owningbusinessunit = value; - this.OnowningbusinessunitChanged(); - this.OnPropertyChanged("owningbusinessunit"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.businessunit _owningbusinessunit; - partial void OnowningbusinessunitChanging(global::Microsoft.Dynamics.CRM.businessunit value); - partial void OnowningbusinessunitChanged(); - /// - /// There are no comments for Property spd_complaintsubject_SyncErrors in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_SyncErrors - { - get - { - return this._spd_complaintsubject_SyncErrors; - } - set - { - this.Onspd_complaintsubject_SyncErrorsChanging(value); - this._spd_complaintsubject_SyncErrors = value; - this.Onspd_complaintsubject_SyncErrorsChanged(); - this.OnPropertyChanged("spd_complaintsubject_SyncErrors"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_SyncErrors = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_SyncErrorsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_SyncErrorsChanged(); - /// - /// There are no comments for Property spd_complaintsubject_DuplicateMatchingRecord in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_DuplicateMatchingRecord - { - get - { - return this._spd_complaintsubject_DuplicateMatchingRecord; - } - set - { - this.Onspd_complaintsubject_DuplicateMatchingRecordChanging(value); - this._spd_complaintsubject_DuplicateMatchingRecord = value; - this.Onspd_complaintsubject_DuplicateMatchingRecordChanged(); - this.OnPropertyChanged("spd_complaintsubject_DuplicateMatchingRecord"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_DuplicateMatchingRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_DuplicateMatchingRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_DuplicateMatchingRecordChanged(); - /// - /// There are no comments for Property spd_complaintsubject_DuplicateBaseRecord in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_DuplicateBaseRecord - { - get - { - return this._spd_complaintsubject_DuplicateBaseRecord; - } - set - { - this.Onspd_complaintsubject_DuplicateBaseRecordChanging(value); - this._spd_complaintsubject_DuplicateBaseRecord = value; - this.Onspd_complaintsubject_DuplicateBaseRecordChanged(); - this.OnPropertyChanged("spd_complaintsubject_DuplicateBaseRecord"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_DuplicateBaseRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_DuplicateBaseRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_DuplicateBaseRecordChanged(); - /// - /// There are no comments for Property spd_complaintsubject_AsyncOperations in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_AsyncOperations - { - get - { - return this._spd_complaintsubject_AsyncOperations; - } - set - { - this.Onspd_complaintsubject_AsyncOperationsChanging(value); - this._spd_complaintsubject_AsyncOperations = value; - this.Onspd_complaintsubject_AsyncOperationsChanged(); - this.OnPropertyChanged("spd_complaintsubject_AsyncOperations"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_AsyncOperations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_AsyncOperationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_AsyncOperationsChanged(); - /// - /// There are no comments for Property spd_complaintsubject_MailboxTrackingFolders in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_MailboxTrackingFolders - { - get - { - return this._spd_complaintsubject_MailboxTrackingFolders; - } - set - { - this.Onspd_complaintsubject_MailboxTrackingFoldersChanging(value); - this._spd_complaintsubject_MailboxTrackingFolders = value; - this.Onspd_complaintsubject_MailboxTrackingFoldersChanged(); - this.OnPropertyChanged("spd_complaintsubject_MailboxTrackingFolders"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_MailboxTrackingFolders = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_MailboxTrackingFoldersChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_MailboxTrackingFoldersChanged(); - /// - /// There are no comments for Property spd_complaintsubject_ProcessSession in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_ProcessSession - { - get - { - return this._spd_complaintsubject_ProcessSession; - } - set - { - this.Onspd_complaintsubject_ProcessSessionChanging(value); - this._spd_complaintsubject_ProcessSession = value; - this.Onspd_complaintsubject_ProcessSessionChanged(); - this.OnPropertyChanged("spd_complaintsubject_ProcessSession"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_ProcessSession = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_ProcessSessionChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_ProcessSessionChanged(); - /// - /// There are no comments for Property spd_complaintsubject_BulkDeleteFailures in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_BulkDeleteFailures - { - get - { - return this._spd_complaintsubject_BulkDeleteFailures; - } - set - { - this.Onspd_complaintsubject_BulkDeleteFailuresChanging(value); - this._spd_complaintsubject_BulkDeleteFailures = value; - this.Onspd_complaintsubject_BulkDeleteFailuresChanged(); - this.OnPropertyChanged("spd_complaintsubject_BulkDeleteFailures"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_BulkDeleteFailures = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_BulkDeleteFailuresChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_BulkDeleteFailuresChanged(); - /// - /// There are no comments for Property spd_complaintsubject_PrincipalObjectAttributeAccesses in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_PrincipalObjectAttributeAccesses - { - get - { - return this._spd_complaintsubject_PrincipalObjectAttributeAccesses; - } - set - { - this.Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanging(value); - this._spd_complaintsubject_PrincipalObjectAttributeAccesses = value; - this.Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanged(); - this.OnPropertyChanged("spd_complaintsubject_PrincipalObjectAttributeAccesses"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_PrincipalObjectAttributeAccesses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanged(); - /// - /// There are no comments for Property spd_subjectid_account in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_subjectid_account is required.")] - public virtual global::Microsoft.Dynamics.CRM.account spd_subjectid_account - { - get - { - return this._spd_subjectid_account; - } - set - { - this.Onspd_subjectid_accountChanging(value); - this._spd_subjectid_account = value; - this.Onspd_subjectid_accountChanged(); - this.OnPropertyChanged("spd_subjectid_account"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.account _spd_subjectid_account; - partial void Onspd_subjectid_accountChanging(global::Microsoft.Dynamics.CRM.account value); - partial void Onspd_subjectid_accountChanged(); - /// - /// There are no comments for Property spd_subjectid_contact in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_subjectid_contact is required.")] - public virtual global::Microsoft.Dynamics.CRM.contact spd_subjectid_contact - { - get - { - return this._spd_subjectid_contact; - } - set - { - this.Onspd_subjectid_contactChanging(value); - this._spd_subjectid_contact = value; - this.Onspd_subjectid_contactChanged(); - this.OnPropertyChanged("spd_subjectid_contact"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.contact _spd_subjectid_contact; - partial void Onspd_subjectid_contactChanging(global::Microsoft.Dynamics.CRM.contact value); - partial void Onspd_subjectid_contactChanged(); - /// - /// There are no comments for Property spd_licenceid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_licenceid is required.")] - public virtual global::Microsoft.Dynamics.CRM.spd_licence spd_licenceid - { - get - { - return this._spd_licenceid; - } - set - { - this.Onspd_licenceidChanging(value); - this._spd_licenceid = value; - this.Onspd_licenceidChanged(); - this.OnPropertyChanged("spd_licenceid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_licence _spd_licenceid; - partial void Onspd_licenceidChanging(global::Microsoft.Dynamics.CRM.spd_licence value); - partial void Onspd_licenceidChanged(); - /// - /// There are no comments for Property spd_complaintid in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_complaintid is required.")] - public virtual global::Microsoft.Dynamics.CRM.spd_complaint spd_complaintid - { - get - { - return this._spd_complaintid; - } - set - { - this.Onspd_complaintidChanging(value); - this._spd_complaintid = value; - this.Onspd_complaintidChanged(); - this.OnPropertyChanged("spd_complaintid"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_complaint _spd_complaintid; - partial void Onspd_complaintidChanging(global::Microsoft.Dynamics.CRM.spd_complaint value); - partial void Onspd_complaintidChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaint_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaint_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaint_spd_generaladministrativetasksChanged(); } /// - /// There are no comments for spd_cpicbatchSingle in the schema. + /// There are no comments for spd_complaintsubjectSingle in the schema. /// - public partial class spd_cpicbatchSingle : global::Microsoft.OData.Client.DataServiceQuerySingle + public partial class spd_complaintsubjectSingle : global::Microsoft.OData.Client.DataServiceQuerySingle { /// - /// Initialize a new spd_cpicbatchSingle object. + /// Initialize a new spd_complaintsubjectSingle object. /// - public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) + public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) : base(context, path) {} /// - /// Initialize a new spd_cpicbatchSingle object. + /// Initialize a new spd_complaintsubjectSingle object. /// - public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) + public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) : base(context, path, isComposable) {} /// - /// Initialize a new spd_cpicbatchSingle object. + /// Initialize a new spd_complaintsubjectSingle object. /// - public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceQuerySingle query) + public spd_complaintsubjectSingle(global::Microsoft.OData.Client.DataServiceQuerySingle query) + : base(query) {} + + /// + /// There are no comments for createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdby == null)) + { + this._createdby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdby")); + } + return this._createdby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdby; + /// + /// There are no comments for createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdonbehalfby == null)) + { + this._createdonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdonbehalfby")); + } + return this._createdonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdonbehalfby; + /// + /// There are no comments for modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedby == null)) + { + this._modifiedby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedby")); + } + return this._modifiedby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedby; + /// + /// There are no comments for modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedonbehalfby == null)) + { + this._modifiedonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedonbehalfby")); + } + return this._modifiedonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedonbehalfby; + /// + /// There are no comments for owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle owninguser + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owninguser == null)) + { + this._owninguser = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("owninguser")); + } + return this._owninguser; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _owninguser; + /// + /// There are no comments for owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.teamSingle owningteam + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningteam == null)) + { + this._owningteam = new global::Microsoft.Dynamics.CRM.teamSingle(this.Context, GetPath("owningteam")); + } + return this._owningteam; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.teamSingle _owningteam; + /// + /// There are no comments for ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.principalSingle ownerid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ownerid == null)) + { + this._ownerid = new global::Microsoft.Dynamics.CRM.principalSingle(this.Context, GetPath("ownerid")); + } + return this._ownerid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.principalSingle _ownerid; + /// + /// There are no comments for owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.businessunitSingle owningbusinessunit + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningbusinessunit == null)) + { + this._owningbusinessunit = new global::Microsoft.Dynamics.CRM.businessunitSingle(this.Context, GetPath("owningbusinessunit")); + } + return this._owningbusinessunit; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.businessunitSingle _owningbusinessunit; + /// + /// There are no comments for spd_complaintsubject_SyncErrors in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_SyncErrors + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_SyncErrors == null)) + { + this._spd_complaintsubject_SyncErrors = Context.CreateQuery(GetPath("spd_complaintsubject_SyncErrors")); + } + return this._spd_complaintsubject_SyncErrors; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_SyncErrors; + /// + /// There are no comments for spd_complaintsubject_DuplicateMatchingRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_DuplicateMatchingRecord + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_DuplicateMatchingRecord == null)) + { + this._spd_complaintsubject_DuplicateMatchingRecord = Context.CreateQuery(GetPath("spd_complaintsubject_DuplicateMatchingRecord")); + } + return this._spd_complaintsubject_DuplicateMatchingRecord; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_DuplicateMatchingRecord; + /// + /// There are no comments for spd_complaintsubject_DuplicateBaseRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_DuplicateBaseRecord + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_DuplicateBaseRecord == null)) + { + this._spd_complaintsubject_DuplicateBaseRecord = Context.CreateQuery(GetPath("spd_complaintsubject_DuplicateBaseRecord")); + } + return this._spd_complaintsubject_DuplicateBaseRecord; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_DuplicateBaseRecord; + /// + /// There are no comments for spd_complaintsubject_AsyncOperations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_AsyncOperations + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_AsyncOperations == null)) + { + this._spd_complaintsubject_AsyncOperations = Context.CreateQuery(GetPath("spd_complaintsubject_AsyncOperations")); + } + return this._spd_complaintsubject_AsyncOperations; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_AsyncOperations; + /// + /// There are no comments for spd_complaintsubject_MailboxTrackingFolders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_MailboxTrackingFolders + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_MailboxTrackingFolders == null)) + { + this._spd_complaintsubject_MailboxTrackingFolders = Context.CreateQuery(GetPath("spd_complaintsubject_MailboxTrackingFolders")); + } + return this._spd_complaintsubject_MailboxTrackingFolders; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_MailboxTrackingFolders; + /// + /// There are no comments for spd_complaintsubject_ProcessSession in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_ProcessSession + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_ProcessSession == null)) + { + this._spd_complaintsubject_ProcessSession = Context.CreateQuery(GetPath("spd_complaintsubject_ProcessSession")); + } + return this._spd_complaintsubject_ProcessSession; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_ProcessSession; + /// + /// There are no comments for spd_complaintsubject_BulkDeleteFailures in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_BulkDeleteFailures + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_BulkDeleteFailures == null)) + { + this._spd_complaintsubject_BulkDeleteFailures = Context.CreateQuery(GetPath("spd_complaintsubject_BulkDeleteFailures")); + } + return this._spd_complaintsubject_BulkDeleteFailures; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_BulkDeleteFailures; + /// + /// There are no comments for spd_complaintsubject_PrincipalObjectAttributeAccesses in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_complaintsubject_PrincipalObjectAttributeAccesses + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintsubject_PrincipalObjectAttributeAccesses == null)) + { + this._spd_complaintsubject_PrincipalObjectAttributeAccesses = Context.CreateQuery(GetPath("spd_complaintsubject_PrincipalObjectAttributeAccesses")); + } + return this._spd_complaintsubject_PrincipalObjectAttributeAccesses; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_complaintsubject_PrincipalObjectAttributeAccesses; + /// + /// There are no comments for spd_subjectid_account in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.accountSingle spd_subjectid_account + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_subjectid_account == null)) + { + this._spd_subjectid_account = new global::Microsoft.Dynamics.CRM.accountSingle(this.Context, GetPath("spd_subjectid_account")); + } + return this._spd_subjectid_account; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.accountSingle _spd_subjectid_account; + /// + /// There are no comments for spd_subjectid_contact in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.contactSingle spd_subjectid_contact + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_subjectid_contact == null)) + { + this._spd_subjectid_contact = new global::Microsoft.Dynamics.CRM.contactSingle(this.Context, GetPath("spd_subjectid_contact")); + } + return this._spd_subjectid_contact; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contactSingle _spd_subjectid_contact; + /// + /// There are no comments for spd_licenceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_licenceSingle spd_licenceid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_licenceid == null)) + { + this._spd_licenceid = new global::Microsoft.Dynamics.CRM.spd_licenceSingle(this.Context, GetPath("spd_licenceid")); + } + return this._spd_licenceid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_licenceSingle _spd_licenceid; + /// + /// There are no comments for spd_complaintid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaintSingle spd_complaintid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_complaintid == null)) + { + this._spd_complaintid = new global::Microsoft.Dynamics.CRM.spd_complaintSingle(this.Context, GetPath("spd_complaintid")); + } + return this._spd_complaintid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_complaintSingle _spd_complaintid; + } + /// + /// There are no comments for spd_complaintsubject in the schema. + /// + /// + /// spd_complaintsubjectid + /// + [global::Microsoft.OData.Client.Key("spd_complaintsubjectid")] + [global::Microsoft.OData.Client.EntitySet("spd_complaintsubjects")] + public partial class spd_complaintsubject : crmbaseentity + { + /// + /// Create a new spd_complaintsubject object. + /// + /// Initial value of createdby. + /// Initial value of createdonbehalfby. + /// Initial value of modifiedby. + /// Initial value of modifiedonbehalfby. + /// Initial value of owninguser. + /// Initial value of owningteam. + /// Initial value of ownerid. + /// Initial value of owningbusinessunit. + /// Initial value of spd_subjectid_account. + /// Initial value of spd_subjectid_contact. + /// Initial value of spd_licenceid. + /// Initial value of spd_complaintid. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public static spd_complaintsubject Createspd_complaintsubject(global::Microsoft.Dynamics.CRM.systemuser createdby, + global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby, + global::Microsoft.Dynamics.CRM.systemuser modifiedby, + global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby, + global::Microsoft.Dynamics.CRM.systemuser owninguser, + global::Microsoft.Dynamics.CRM.team owningteam, + global::Microsoft.Dynamics.CRM.principal ownerid, + global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit, + global::Microsoft.Dynamics.CRM.account spd_subjectid_account, + global::Microsoft.Dynamics.CRM.contact spd_subjectid_contact, + global::Microsoft.Dynamics.CRM.spd_licence spd_licenceid, + global::Microsoft.Dynamics.CRM.spd_complaint spd_complaintid) + { + spd_complaintsubject spd_complaintsubject = new spd_complaintsubject(); + if ((createdby == null)) + { + throw new global::System.ArgumentNullException("createdby"); + } + spd_complaintsubject.createdby = createdby; + if ((createdonbehalfby == null)) + { + throw new global::System.ArgumentNullException("createdonbehalfby"); + } + spd_complaintsubject.createdonbehalfby = createdonbehalfby; + if ((modifiedby == null)) + { + throw new global::System.ArgumentNullException("modifiedby"); + } + spd_complaintsubject.modifiedby = modifiedby; + if ((modifiedonbehalfby == null)) + { + throw new global::System.ArgumentNullException("modifiedonbehalfby"); + } + spd_complaintsubject.modifiedonbehalfby = modifiedonbehalfby; + if ((owninguser == null)) + { + throw new global::System.ArgumentNullException("owninguser"); + } + spd_complaintsubject.owninguser = owninguser; + if ((owningteam == null)) + { + throw new global::System.ArgumentNullException("owningteam"); + } + spd_complaintsubject.owningteam = owningteam; + if ((ownerid == null)) + { + throw new global::System.ArgumentNullException("ownerid"); + } + spd_complaintsubject.ownerid = ownerid; + if ((owningbusinessunit == null)) + { + throw new global::System.ArgumentNullException("owningbusinessunit"); + } + spd_complaintsubject.owningbusinessunit = owningbusinessunit; + if ((spd_subjectid_account == null)) + { + throw new global::System.ArgumentNullException("spd_subjectid_account"); + } + spd_complaintsubject.spd_subjectid_account = spd_subjectid_account; + if ((spd_subjectid_contact == null)) + { + throw new global::System.ArgumentNullException("spd_subjectid_contact"); + } + spd_complaintsubject.spd_subjectid_contact = spd_subjectid_contact; + if ((spd_licenceid == null)) + { + throw new global::System.ArgumentNullException("spd_licenceid"); + } + spd_complaintsubject.spd_licenceid = spd_licenceid; + if ((spd_complaintid == null)) + { + throw new global::System.ArgumentNullException("spd_complaintid"); + } + spd_complaintsubject.spd_complaintid = spd_complaintid; + return spd_complaintsubject; + } + /// + /// There are no comments for Property _spd_complaintid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_complaintid_value + { + get + { + return this.__spd_complaintid_value; + } + set + { + this.On_spd_complaintid_valueChanging(value); + this.__spd_complaintid_value = value; + this.On_spd_complaintid_valueChanged(); + this.OnPropertyChanged("_spd_complaintid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_complaintid_value; + partial void On_spd_complaintid_valueChanging(global::System.Nullable value); + partial void On_spd_complaintid_valueChanged(); + /// + /// There are no comments for Property _spd_licenceid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_licenceid_value + { + get + { + return this.__spd_licenceid_value; + } + set + { + this.On_spd_licenceid_valueChanging(value); + this.__spd_licenceid_value = value; + this.On_spd_licenceid_valueChanged(); + this.OnPropertyChanged("_spd_licenceid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_licenceid_value; + partial void On_spd_licenceid_valueChanging(global::System.Nullable value); + partial void On_spd_licenceid_valueChanged(); + /// + /// There are no comments for Property _spd_subjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_subjectid_value + { + get + { + return this.__spd_subjectid_value; + } + set + { + this.On_spd_subjectid_valueChanging(value); + this.__spd_subjectid_value = value; + this.On_spd_subjectid_valueChanged(); + this.OnPropertyChanged("_spd_subjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_subjectid_value; + partial void On_spd_subjectid_valueChanging(global::System.Nullable value); + partial void On_spd_subjectid_valueChanged(); + /// + /// There are no comments for Property spd_name in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_name + { + get + { + return this._spd_name; + } + set + { + this.Onspd_nameChanging(value); + this._spd_name = value; + this.Onspd_nameChanged(); + this.OnPropertyChanged("spd_name"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_name; + partial void Onspd_nameChanging(string value); + partial void Onspd_nameChanged(); + /// + /// There are no comments for Property statecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable statecode + { + get + { + return this._statecode; + } + set + { + this.OnstatecodeChanging(value); + this._statecode = value; + this.OnstatecodeChanged(); + this.OnPropertyChanged("statecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _statecode; + partial void OnstatecodeChanging(global::System.Nullable value); + partial void OnstatecodeChanged(); + /// + /// There are no comments for Property _ownerid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _ownerid_value + { + get + { + return this.__ownerid_value; + } + set + { + this.On_ownerid_valueChanging(value); + this.__ownerid_value = value; + this.On_ownerid_valueChanged(); + this.OnPropertyChanged("_ownerid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __ownerid_value; + partial void On_ownerid_valueChanging(global::System.Nullable value); + partial void On_ownerid_valueChanged(); + /// + /// There are no comments for Property utcconversiontimezonecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable utcconversiontimezonecode + { + get + { + return this._utcconversiontimezonecode; + } + set + { + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// There are no comments for Property importsequencenumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable importsequencenumber + { + get + { + return this._importsequencenumber; + } + set + { + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property _owningteam_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _owningteam_value + { + get + { + return this.__owningteam_value; + } + set + { + this.On_owningteam_valueChanging(value); + this.__owningteam_value = value; + this.On_owningteam_valueChanged(); + this.OnPropertyChanged("_owningteam_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __owningteam_value; + partial void On_owningteam_valueChanging(global::System.Nullable value); + partial void On_owningteam_valueChanged(); + /// + /// There are no comments for Property _modifiedby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _modifiedby_value + { + get + { + return this.__modifiedby_value; + } + set + { + this.On_modifiedby_valueChanging(value); + this.__modifiedby_value = value; + this.On_modifiedby_valueChanged(); + this.OnPropertyChanged("_modifiedby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __modifiedby_value; + partial void On_modifiedby_valueChanging(global::System.Nullable value); + partial void On_modifiedby_valueChanged(); + /// + /// There are no comments for Property _owningbusinessunit_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _owningbusinessunit_value + { + get + { + return this.__owningbusinessunit_value; + } + set + { + this.On_owningbusinessunit_valueChanging(value); + this.__owningbusinessunit_value = value; + this.On_owningbusinessunit_valueChanged(); + this.OnPropertyChanged("_owningbusinessunit_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __owningbusinessunit_value; + partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); + partial void On_owningbusinessunit_valueChanged(); + /// + /// There are no comments for Property _owninguser_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _owninguser_value + { + get + { + return this.__owninguser_value; + } + set + { + this.On_owninguser_valueChanging(value); + this.__owninguser_value = value; + this.On_owninguser_valueChanged(); + this.OnPropertyChanged("_owninguser_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __owninguser_value; + partial void On_owninguser_valueChanging(global::System.Nullable value); + partial void On_owninguser_valueChanged(); + /// + /// There are no comments for Property modifiedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable modifiedon + { + get + { + return this._modifiedon; + } + set + { + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property createdon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable createdon + { + get + { + return this._createdon; + } + set + { + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// There are no comments for Property statuscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable statuscode + { + get + { + return this._statuscode; + } + set + { + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// + /// There are no comments for Property timezoneruleversionnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable timezoneruleversionnumber + { + get + { + return this._timezoneruleversionnumber; + } + set + { + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// There are no comments for Property spd_complaintsubjectid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_complaintsubjectid + { + get + { + return this._spd_complaintsubjectid; + } + set + { + this.Onspd_complaintsubjectidChanging(value); + this._spd_complaintsubjectid = value; + this.Onspd_complaintsubjectidChanged(); + this.OnPropertyChanged("spd_complaintsubjectid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_complaintsubjectid; + partial void Onspd_complaintsubjectidChanging(global::System.Nullable value); + partial void Onspd_complaintsubjectidChanged(); + /// + /// There are no comments for Property _createdonbehalfby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _createdonbehalfby_value + { + get + { + return this.__createdonbehalfby_value; + } + set + { + this.On_createdonbehalfby_valueChanging(value); + this.__createdonbehalfby_value = value; + this.On_createdonbehalfby_valueChanged(); + this.OnPropertyChanged("_createdonbehalfby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __createdonbehalfby_value; + partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); + partial void On_createdonbehalfby_valueChanged(); + /// + /// There are no comments for Property _createdby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _createdby_value + { + get + { + return this.__createdby_value; + } + set + { + this.On_createdby_valueChanging(value); + this.__createdby_value = value; + this.On_createdby_valueChanged(); + this.OnPropertyChanged("_createdby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __createdby_value; + partial void On_createdby_valueChanging(global::System.Nullable value); + partial void On_createdby_valueChanged(); + /// + /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _modifiedonbehalfby_value + { + get + { + return this.__modifiedonbehalfby_value; + } + set + { + this.On_modifiedonbehalfby_valueChanging(value); + this.__modifiedonbehalfby_value = value; + this.On_modifiedonbehalfby_valueChanged(); + this.OnPropertyChanged("_modifiedonbehalfby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __modifiedonbehalfby_value; + partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); + partial void On_modifiedonbehalfby_valueChanged(); + /// + /// There are no comments for Property versionnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable versionnumber + { + get + { + return this._versionnumber; + } + set + { + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// There are no comments for Property overriddencreatedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overriddencreatedon + { + get + { + return this._overriddencreatedon; + } + set + { + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// There are no comments for Property createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdby + { + get + { + return this._createdby; + } + set + { + this.OncreatedbyChanging(value); + this._createdby = value; + this.OncreatedbyChanged(); + this.OnPropertyChanged("createdby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _createdby; + partial void OncreatedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OncreatedbyChanged(); + /// + /// There are no comments for Property createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdonbehalfby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby + { + get + { + return this._createdonbehalfby; + } + set + { + this.OncreatedonbehalfbyChanging(value); + this._createdonbehalfby = value; + this.OncreatedonbehalfbyChanged(); + this.OnPropertyChanged("createdonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _createdonbehalfby; + partial void OncreatedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OncreatedonbehalfbyChanged(); + /// + /// There are no comments for Property modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedby + { + get + { + return this._modifiedby; + } + set + { + this.OnmodifiedbyChanging(value); + this._modifiedby = value; + this.OnmodifiedbyChanged(); + this.OnPropertyChanged("modifiedby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _modifiedby; + partial void OnmodifiedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnmodifiedbyChanged(); + /// + /// There are no comments for Property modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedonbehalfby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby + { + get + { + return this._modifiedonbehalfby; + } + set + { + this.OnmodifiedonbehalfbyChanging(value); + this._modifiedonbehalfby = value; + this.OnmodifiedonbehalfbyChanged(); + this.OnPropertyChanged("modifiedonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _modifiedonbehalfby; + partial void OnmodifiedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnmodifiedonbehalfbyChanged(); + /// + /// There are no comments for Property owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owninguser is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser owninguser + { + get + { + return this._owninguser; + } + set + { + this.OnowninguserChanging(value); + this._owninguser = value; + this.OnowninguserChanged(); + this.OnPropertyChanged("owninguser"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _owninguser; + partial void OnowninguserChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnowninguserChanged(); + /// + /// There are no comments for Property owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningteam is required.")] + public virtual global::Microsoft.Dynamics.CRM.team owningteam + { + get + { + return this._owningteam; + } + set + { + this.OnowningteamChanging(value); + this._owningteam = value; + this.OnowningteamChanged(); + this.OnPropertyChanged("owningteam"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.team _owningteam; + partial void OnowningteamChanging(global::Microsoft.Dynamics.CRM.team value); + partial void OnowningteamChanged(); + /// + /// There are no comments for Property ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "ownerid is required.")] + public virtual global::Microsoft.Dynamics.CRM.principal ownerid + { + get + { + return this._ownerid; + } + set + { + this.OnowneridChanging(value); + this._ownerid = value; + this.OnowneridChanged(); + this.OnPropertyChanged("ownerid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.principal _ownerid; + partial void OnowneridChanging(global::Microsoft.Dynamics.CRM.principal value); + partial void OnowneridChanged(); + /// + /// There are no comments for Property owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningbusinessunit is required.")] + public virtual global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit + { + get + { + return this._owningbusinessunit; + } + set + { + this.OnowningbusinessunitChanging(value); + this._owningbusinessunit = value; + this.OnowningbusinessunitChanged(); + this.OnPropertyChanged("owningbusinessunit"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.businessunit _owningbusinessunit; + partial void OnowningbusinessunitChanging(global::Microsoft.Dynamics.CRM.businessunit value); + partial void OnowningbusinessunitChanged(); + /// + /// There are no comments for Property spd_complaintsubject_SyncErrors in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_SyncErrors + { + get + { + return this._spd_complaintsubject_SyncErrors; + } + set + { + this.Onspd_complaintsubject_SyncErrorsChanging(value); + this._spd_complaintsubject_SyncErrors = value; + this.Onspd_complaintsubject_SyncErrorsChanged(); + this.OnPropertyChanged("spd_complaintsubject_SyncErrors"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_SyncErrors = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_SyncErrorsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_SyncErrorsChanged(); + /// + /// There are no comments for Property spd_complaintsubject_DuplicateMatchingRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_DuplicateMatchingRecord + { + get + { + return this._spd_complaintsubject_DuplicateMatchingRecord; + } + set + { + this.Onspd_complaintsubject_DuplicateMatchingRecordChanging(value); + this._spd_complaintsubject_DuplicateMatchingRecord = value; + this.Onspd_complaintsubject_DuplicateMatchingRecordChanged(); + this.OnPropertyChanged("spd_complaintsubject_DuplicateMatchingRecord"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_DuplicateMatchingRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_DuplicateMatchingRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_DuplicateMatchingRecordChanged(); + /// + /// There are no comments for Property spd_complaintsubject_DuplicateBaseRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_DuplicateBaseRecord + { + get + { + return this._spd_complaintsubject_DuplicateBaseRecord; + } + set + { + this.Onspd_complaintsubject_DuplicateBaseRecordChanging(value); + this._spd_complaintsubject_DuplicateBaseRecord = value; + this.Onspd_complaintsubject_DuplicateBaseRecordChanged(); + this.OnPropertyChanged("spd_complaintsubject_DuplicateBaseRecord"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_DuplicateBaseRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_DuplicateBaseRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_DuplicateBaseRecordChanged(); + /// + /// There are no comments for Property spd_complaintsubject_AsyncOperations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_AsyncOperations + { + get + { + return this._spd_complaintsubject_AsyncOperations; + } + set + { + this.Onspd_complaintsubject_AsyncOperationsChanging(value); + this._spd_complaintsubject_AsyncOperations = value; + this.Onspd_complaintsubject_AsyncOperationsChanged(); + this.OnPropertyChanged("spd_complaintsubject_AsyncOperations"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_AsyncOperations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_AsyncOperationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_AsyncOperationsChanged(); + /// + /// There are no comments for Property spd_complaintsubject_MailboxTrackingFolders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_MailboxTrackingFolders + { + get + { + return this._spd_complaintsubject_MailboxTrackingFolders; + } + set + { + this.Onspd_complaintsubject_MailboxTrackingFoldersChanging(value); + this._spd_complaintsubject_MailboxTrackingFolders = value; + this.Onspd_complaintsubject_MailboxTrackingFoldersChanged(); + this.OnPropertyChanged("spd_complaintsubject_MailboxTrackingFolders"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_MailboxTrackingFolders = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_MailboxTrackingFoldersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_MailboxTrackingFoldersChanged(); + /// + /// There are no comments for Property spd_complaintsubject_ProcessSession in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_ProcessSession + { + get + { + return this._spd_complaintsubject_ProcessSession; + } + set + { + this.Onspd_complaintsubject_ProcessSessionChanging(value); + this._spd_complaintsubject_ProcessSession = value; + this.Onspd_complaintsubject_ProcessSessionChanged(); + this.OnPropertyChanged("spd_complaintsubject_ProcessSession"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_ProcessSession = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_ProcessSessionChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_ProcessSessionChanged(); + /// + /// There are no comments for Property spd_complaintsubject_BulkDeleteFailures in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_BulkDeleteFailures + { + get + { + return this._spd_complaintsubject_BulkDeleteFailures; + } + set + { + this.Onspd_complaintsubject_BulkDeleteFailuresChanging(value); + this._spd_complaintsubject_BulkDeleteFailures = value; + this.Onspd_complaintsubject_BulkDeleteFailuresChanged(); + this.OnPropertyChanged("spd_complaintsubject_BulkDeleteFailures"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_BulkDeleteFailures = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_BulkDeleteFailuresChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_BulkDeleteFailuresChanged(); + /// + /// There are no comments for Property spd_complaintsubject_PrincipalObjectAttributeAccesses in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_complaintsubject_PrincipalObjectAttributeAccesses + { + get + { + return this._spd_complaintsubject_PrincipalObjectAttributeAccesses; + } + set + { + this.Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanging(value); + this._spd_complaintsubject_PrincipalObjectAttributeAccesses = value; + this.Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanged(); + this.OnPropertyChanged("spd_complaintsubject_PrincipalObjectAttributeAccesses"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_complaintsubject_PrincipalObjectAttributeAccesses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_complaintsubject_PrincipalObjectAttributeAccessesChanged(); + /// + /// There are no comments for Property spd_subjectid_account in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_subjectid_account is required.")] + public virtual global::Microsoft.Dynamics.CRM.account spd_subjectid_account + { + get + { + return this._spd_subjectid_account; + } + set + { + this.Onspd_subjectid_accountChanging(value); + this._spd_subjectid_account = value; + this.Onspd_subjectid_accountChanged(); + this.OnPropertyChanged("spd_subjectid_account"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.account _spd_subjectid_account; + partial void Onspd_subjectid_accountChanging(global::Microsoft.Dynamics.CRM.account value); + partial void Onspd_subjectid_accountChanged(); + /// + /// There are no comments for Property spd_subjectid_contact in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_subjectid_contact is required.")] + public virtual global::Microsoft.Dynamics.CRM.contact spd_subjectid_contact + { + get + { + return this._spd_subjectid_contact; + } + set + { + this.Onspd_subjectid_contactChanging(value); + this._spd_subjectid_contact = value; + this.Onspd_subjectid_contactChanged(); + this.OnPropertyChanged("spd_subjectid_contact"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contact _spd_subjectid_contact; + partial void Onspd_subjectid_contactChanging(global::Microsoft.Dynamics.CRM.contact value); + partial void Onspd_subjectid_contactChanged(); + /// + /// There are no comments for Property spd_licenceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_licenceid is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_licence spd_licenceid + { + get + { + return this._spd_licenceid; + } + set + { + this.Onspd_licenceidChanging(value); + this._spd_licenceid = value; + this.Onspd_licenceidChanged(); + this.OnPropertyChanged("spd_licenceid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_licence _spd_licenceid; + partial void Onspd_licenceidChanging(global::Microsoft.Dynamics.CRM.spd_licence value); + partial void Onspd_licenceidChanged(); + /// + /// There are no comments for Property spd_complaintid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_complaintid is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaint spd_complaintid + { + get + { + return this._spd_complaintid; + } + set + { + this.Onspd_complaintidChanging(value); + this._spd_complaintid = value; + this.Onspd_complaintidChanged(); + this.OnPropertyChanged("spd_complaintid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_complaint _spd_complaintid; + partial void Onspd_complaintidChanging(global::Microsoft.Dynamics.CRM.spd_complaint value); + partial void Onspd_complaintidChanged(); + } + /// + /// There are no comments for spd_cpicbatchSingle in the schema. + /// + public partial class spd_cpicbatchSingle : global::Microsoft.OData.Client.DataServiceQuerySingle + { + /// + /// Initialize a new spd_cpicbatchSingle object. + /// + public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) + : base(context, path) {} + + /// + /// Initialize a new spd_cpicbatchSingle object. + /// + public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) + : base(context, path, isComposable) {} + + /// + /// Initialize a new spd_cpicbatchSingle object. + /// + public spd_cpicbatchSingle(global::Microsoft.OData.Client.DataServiceQuerySingle query) : base(query) {} /// @@ -690093,6 +692952,27 @@ public spd_fineSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _spd_fine_ServiceAppointments; + /// + /// There are no comments for spd_fine_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_fine_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_fine_spd_generaladministrativetasks == null)) + { + this._spd_fine_spd_generaladministrativetasks = Context.CreateQuery(GetPath("spd_fine_spd_generaladministrativetasks")); + } + return this._spd_fine_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_fine_spd_generaladministrativetasks; } /// /// There are no comments for spd_fine in the schema. @@ -690351,1183 +693231,5894 @@ public virtual string spd_name partial void OnimportsequencenumberChanging(global::System.Nullable value); partial void OnimportsequencenumberChanged(); /// - /// There are no comments for Property _spd_outcomeid_value in the schema. + /// There are no comments for Property _spd_outcomeid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_outcomeid_value + { + get + { + return this.__spd_outcomeid_value; + } + set + { + this.On_spd_outcomeid_valueChanging(value); + this.__spd_outcomeid_value = value; + this.On_spd_outcomeid_valueChanged(); + this.OnPropertyChanged("_spd_outcomeid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_outcomeid_value; + partial void On_spd_outcomeid_valueChanging(global::System.Nullable value); + partial void On_spd_outcomeid_valueChanged(); + /// + /// There are no comments for Property modifiedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable modifiedon + { + get + { + return this._modifiedon; + } + set + { + this.OnmodifiedonChanging(value); + this._modifiedon = value; + this.OnmodifiedonChanged(); + this.OnPropertyChanged("modifiedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _modifiedon; + partial void OnmodifiedonChanging(global::System.Nullable value); + partial void OnmodifiedonChanged(); + /// + /// There are no comments for Property spd_dollaramount_base in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_dollaramount_base + { + get + { + return this._spd_dollaramount_base; + } + set + { + this.Onspd_dollaramount_baseChanging(value); + this._spd_dollaramount_base = value; + this.Onspd_dollaramount_baseChanged(); + this.OnPropertyChanged("spd_dollaramount_base"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_dollaramount_base; + partial void Onspd_dollaramount_baseChanging(global::System.Nullable value); + partial void Onspd_dollaramount_baseChanged(); + /// + /// There are no comments for Property spd_licensingfigaroid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_licensingfigaroid + { + get + { + return this._spd_licensingfigaroid; + } + set + { + this.Onspd_licensingfigaroidChanging(value); + this._spd_licensingfigaroid = value; + this.Onspd_licensingfigaroidChanged(); + this.OnPropertyChanged("spd_licensingfigaroid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_licensingfigaroid; + partial void Onspd_licensingfigaroidChanging(string value); + partial void Onspd_licensingfigaroidChanged(); + /// + /// There are no comments for Property overriddencreatedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overriddencreatedon + { + get + { + return this._overriddencreatedon; + } + set + { + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// There are no comments for Property spd_finetype in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_finetype + { + get + { + return this._spd_finetype; + } + set + { + this.Onspd_finetypeChanging(value); + this._spd_finetype = value; + this.Onspd_finetypeChanged(); + this.OnPropertyChanged("spd_finetype"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_finetype; + partial void Onspd_finetypeChanging(global::System.Nullable value); + partial void Onspd_finetypeChanged(); + /// + /// There are no comments for Property _spd_caseid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_caseid_value + { + get + { + return this.__spd_caseid_value; + } + set + { + this.On_spd_caseid_valueChanging(value); + this.__spd_caseid_value = value; + this.On_spd_caseid_valueChanged(); + this.OnPropertyChanged("_spd_caseid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_caseid_value; + partial void On_spd_caseid_valueChanging(global::System.Nullable value); + partial void On_spd_caseid_valueChanged(); + /// + /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _transactioncurrencyid_value + { + get + { + return this.__transactioncurrencyid_value; + } + set + { + this.On_transactioncurrencyid_valueChanging(value); + this.__transactioncurrencyid_value = value; + this.On_transactioncurrencyid_valueChanged(); + this.OnPropertyChanged("_transactioncurrencyid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __transactioncurrencyid_value; + partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); + partial void On_transactioncurrencyid_valueChanged(); + /// + /// There are no comments for Property _ownerid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _ownerid_value + { + get + { + return this.__ownerid_value; + } + set + { + this.On_ownerid_valueChanging(value); + this.__ownerid_value = value; + this.On_ownerid_valueChanged(); + this.OnPropertyChanged("_ownerid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __ownerid_value; + partial void On_ownerid_valueChanging(global::System.Nullable value); + partial void On_ownerid_valueChanged(); + /// + /// There are no comments for Property versionnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable versionnumber + { + get + { + return this._versionnumber; + } + set + { + this.OnversionnumberChanging(value); + this._versionnumber = value; + this.OnversionnumberChanged(); + this.OnPropertyChanged("versionnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _versionnumber; + partial void OnversionnumberChanging(global::System.Nullable value); + partial void OnversionnumberChanged(); + /// + /// There are no comments for Property spd_fineid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_fineid + { + get + { + return this._spd_fineid; + } + set + { + this.Onspd_fineidChanging(value); + this._spd_fineid = value; + this.Onspd_fineidChanged(); + this.OnPropertyChanged("spd_fineid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_fineid; + partial void Onspd_fineidChanging(global::System.Nullable value); + partial void Onspd_fineidChanged(); + /// + /// There are no comments for Property statuscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable statuscode + { + get + { + return this._statuscode; + } + set + { + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// + /// There are no comments for Property spd_finereceiptnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_finereceiptnumber + { + get + { + return this._spd_finereceiptnumber; + } + set + { + this.Onspd_finereceiptnumberChanging(value); + this._spd_finereceiptnumber = value; + this.Onspd_finereceiptnumberChanged(); + this.OnPropertyChanged("spd_finereceiptnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_finereceiptnumber; + partial void Onspd_finereceiptnumberChanging(string value); + partial void Onspd_finereceiptnumberChanged(); + /// + /// There are no comments for Property utcconversiontimezonecode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable utcconversiontimezonecode + { + get + { + return this._utcconversiontimezonecode; + } + set + { + this.OnutcconversiontimezonecodeChanging(value); + this._utcconversiontimezonecode = value; + this.OnutcconversiontimezonecodeChanged(); + this.OnPropertyChanged("utcconversiontimezonecode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _utcconversiontimezonecode; + partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); + partial void OnutcconversiontimezonecodeChanged(); + /// + /// There are no comments for Property _owningbusinessunit_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _owningbusinessunit_value + { + get + { + return this.__owningbusinessunit_value; + } + set + { + this.On_owningbusinessunit_valueChanging(value); + this.__owningbusinessunit_value = value; + this.On_owningbusinessunit_valueChanged(); + this.OnPropertyChanged("_owningbusinessunit_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __owningbusinessunit_value; + partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); + partial void On_owningbusinessunit_valueChanged(); + /// + /// There are no comments for Property _spd_subjectid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_subjectid_value + { + get + { + return this.__spd_subjectid_value; + } + set + { + this.On_spd_subjectid_valueChanging(value); + this.__spd_subjectid_value = value; + this.On_spd_subjectid_valueChanged(); + this.OnPropertyChanged("_spd_subjectid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_subjectid_value; + partial void On_spd_subjectid_valueChanging(global::System.Nullable value); + partial void On_spd_subjectid_valueChanged(); + /// + /// There are no comments for Property exchangerate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable exchangerate + { + get + { + return this._exchangerate; + } + set + { + this.OnexchangerateChanging(value); + this._exchangerate = value; + this.OnexchangerateChanged(); + this.OnPropertyChanged("exchangerate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _exchangerate; + partial void OnexchangerateChanging(global::System.Nullable value); + partial void OnexchangerateChanged(); + /// + /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _modifiedonbehalfby_value + { + get + { + return this.__modifiedonbehalfby_value; + } + set + { + this.On_modifiedonbehalfby_valueChanging(value); + this.__modifiedonbehalfby_value = value; + this.On_modifiedonbehalfby_valueChanged(); + this.OnPropertyChanged("_modifiedonbehalfby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __modifiedonbehalfby_value; + partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); + partial void On_modifiedonbehalfby_valueChanged(); + /// + /// There are no comments for Property spd_dollaramount in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_dollaramount + { + get + { + return this._spd_dollaramount; + } + set + { + this.Onspd_dollaramountChanging(value); + this._spd_dollaramount = value; + this.Onspd_dollaramountChanged(); + this.OnPropertyChanged("spd_dollaramount"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_dollaramount; + partial void Onspd_dollaramountChanging(global::System.Nullable value); + partial void Onspd_dollaramountChanged(); + /// + /// There are no comments for Property _owningteam_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _owningteam_value + { + get + { + return this.__owningteam_value; + } + set + { + this.On_owningteam_valueChanging(value); + this.__owningteam_value = value; + this.On_owningteam_valueChanged(); + this.OnPropertyChanged("_owningteam_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __owningteam_value; + partial void On_owningteam_valueChanging(global::System.Nullable value); + partial void On_owningteam_valueChanged(); + /// + /// There are no comments for Property timezoneruleversionnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable timezoneruleversionnumber + { + get + { + return this._timezoneruleversionnumber; + } + set + { + this.OntimezoneruleversionnumberChanging(value); + this._timezoneruleversionnumber = value; + this.OntimezoneruleversionnumberChanged(); + this.OnPropertyChanged("timezoneruleversionnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _timezoneruleversionnumber; + partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); + partial void OntimezoneruleversionnumberChanged(); + /// + /// There are no comments for Property createdon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable createdon + { + get + { + return this._createdon; + } + set + { + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); + /// + /// There are no comments for Property _createdonbehalfby_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _createdonbehalfby_value + { + get + { + return this.__createdonbehalfby_value; + } + set + { + this.On_createdonbehalfby_valueChanging(value); + this.__createdonbehalfby_value = value; + this.On_createdonbehalfby_valueChanged(); + this.OnPropertyChanged("_createdonbehalfby_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __createdonbehalfby_value; + partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); + partial void On_createdonbehalfby_valueChanged(); + /// + /// There are no comments for Property createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdby + { + get + { + return this._createdby; + } + set + { + this.OncreatedbyChanging(value); + this._createdby = value; + this.OncreatedbyChanged(); + this.OnPropertyChanged("createdby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _createdby; + partial void OncreatedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OncreatedbyChanged(); + /// + /// There are no comments for Property createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdonbehalfby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby + { + get + { + return this._createdonbehalfby; + } + set + { + this.OncreatedonbehalfbyChanging(value); + this._createdonbehalfby = value; + this.OncreatedonbehalfbyChanged(); + this.OnPropertyChanged("createdonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _createdonbehalfby; + partial void OncreatedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OncreatedonbehalfbyChanged(); + /// + /// There are no comments for Property modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedby + { + get + { + return this._modifiedby; + } + set + { + this.OnmodifiedbyChanging(value); + this._modifiedby = value; + this.OnmodifiedbyChanged(); + this.OnPropertyChanged("modifiedby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _modifiedby; + partial void OnmodifiedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnmodifiedbyChanged(); + /// + /// There are no comments for Property modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedonbehalfby is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby + { + get + { + return this._modifiedonbehalfby; + } + set + { + this.OnmodifiedonbehalfbyChanging(value); + this._modifiedonbehalfby = value; + this.OnmodifiedonbehalfbyChanged(); + this.OnPropertyChanged("modifiedonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _modifiedonbehalfby; + partial void OnmodifiedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnmodifiedonbehalfbyChanged(); + /// + /// There are no comments for Property owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owninguser is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser owninguser + { + get + { + return this._owninguser; + } + set + { + this.OnowninguserChanging(value); + this._owninguser = value; + this.OnowninguserChanged(); + this.OnPropertyChanged("owninguser"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuser _owninguser; + partial void OnowninguserChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void OnowninguserChanged(); + /// + /// There are no comments for Property owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningteam is required.")] + public virtual global::Microsoft.Dynamics.CRM.team owningteam + { + get + { + return this._owningteam; + } + set + { + this.OnowningteamChanging(value); + this._owningteam = value; + this.OnowningteamChanged(); + this.OnPropertyChanged("owningteam"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.team _owningteam; + partial void OnowningteamChanging(global::Microsoft.Dynamics.CRM.team value); + partial void OnowningteamChanged(); + /// + /// There are no comments for Property ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "ownerid is required.")] + public virtual global::Microsoft.Dynamics.CRM.principal ownerid + { + get + { + return this._ownerid; + } + set + { + this.OnowneridChanging(value); + this._ownerid = value; + this.OnowneridChanged(); + this.OnPropertyChanged("ownerid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.principal _ownerid; + partial void OnowneridChanging(global::Microsoft.Dynamics.CRM.principal value); + partial void OnowneridChanged(); + /// + /// There are no comments for Property owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningbusinessunit is required.")] + public virtual global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit + { + get + { + return this._owningbusinessunit; + } + set + { + this.OnowningbusinessunitChanging(value); + this._owningbusinessunit = value; + this.OnowningbusinessunitChanged(); + this.OnPropertyChanged("owningbusinessunit"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.businessunit _owningbusinessunit; + partial void OnowningbusinessunitChanging(global::Microsoft.Dynamics.CRM.businessunit value); + partial void OnowningbusinessunitChanged(); + /// + /// There are no comments for Property spd_fine_SyncErrors in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_SyncErrors + { + get + { + return this._spd_fine_SyncErrors; + } + set + { + this.Onspd_fine_SyncErrorsChanging(value); + this._spd_fine_SyncErrors = value; + this.Onspd_fine_SyncErrorsChanged(); + this.OnPropertyChanged("spd_fine_SyncErrors"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_SyncErrors = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_SyncErrorsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_SyncErrorsChanged(); + /// + /// There are no comments for Property spd_fine_DuplicateMatchingRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_DuplicateMatchingRecord + { + get + { + return this._spd_fine_DuplicateMatchingRecord; + } + set + { + this.Onspd_fine_DuplicateMatchingRecordChanging(value); + this._spd_fine_DuplicateMatchingRecord = value; + this.Onspd_fine_DuplicateMatchingRecordChanged(); + this.OnPropertyChanged("spd_fine_DuplicateMatchingRecord"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_DuplicateMatchingRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_DuplicateMatchingRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_DuplicateMatchingRecordChanged(); + /// + /// There are no comments for Property spd_fine_DuplicateBaseRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_DuplicateBaseRecord + { + get + { + return this._spd_fine_DuplicateBaseRecord; + } + set + { + this.Onspd_fine_DuplicateBaseRecordChanging(value); + this._spd_fine_DuplicateBaseRecord = value; + this.Onspd_fine_DuplicateBaseRecordChanged(); + this.OnPropertyChanged("spd_fine_DuplicateBaseRecord"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_DuplicateBaseRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_DuplicateBaseRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_DuplicateBaseRecordChanged(); + /// + /// There are no comments for Property spd_fine_AsyncOperations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_AsyncOperations + { + get + { + return this._spd_fine_AsyncOperations; + } + set + { + this.Onspd_fine_AsyncOperationsChanging(value); + this._spd_fine_AsyncOperations = value; + this.Onspd_fine_AsyncOperationsChanged(); + this.OnPropertyChanged("spd_fine_AsyncOperations"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_AsyncOperations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_AsyncOperationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_AsyncOperationsChanged(); + /// + /// There are no comments for Property spd_fine_MailboxTrackingFolders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_MailboxTrackingFolders + { + get + { + return this._spd_fine_MailboxTrackingFolders; + } + set + { + this.Onspd_fine_MailboxTrackingFoldersChanging(value); + this._spd_fine_MailboxTrackingFolders = value; + this.Onspd_fine_MailboxTrackingFoldersChanged(); + this.OnPropertyChanged("spd_fine_MailboxTrackingFolders"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_MailboxTrackingFolders = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_MailboxTrackingFoldersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_MailboxTrackingFoldersChanged(); + /// + /// There are no comments for Property spd_fine_ProcessSession in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ProcessSession + { + get + { + return this._spd_fine_ProcessSession; + } + set + { + this.Onspd_fine_ProcessSessionChanging(value); + this._spd_fine_ProcessSession = value; + this.Onspd_fine_ProcessSessionChanged(); + this.OnPropertyChanged("spd_fine_ProcessSession"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ProcessSession = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_ProcessSessionChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_ProcessSessionChanged(); + /// + /// There are no comments for Property spd_fine_BulkDeleteFailures in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_BulkDeleteFailures + { + get + { + return this._spd_fine_BulkDeleteFailures; + } + set + { + this.Onspd_fine_BulkDeleteFailuresChanging(value); + this._spd_fine_BulkDeleteFailures = value; + this.Onspd_fine_BulkDeleteFailuresChanged(); + this.OnPropertyChanged("spd_fine_BulkDeleteFailures"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_BulkDeleteFailures = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_BulkDeleteFailuresChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_BulkDeleteFailuresChanged(); + /// + /// There are no comments for Property spd_fine_PrincipalObjectAttributeAccesses in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_PrincipalObjectAttributeAccesses + { + get + { + return this._spd_fine_PrincipalObjectAttributeAccesses; + } + set + { + this.Onspd_fine_PrincipalObjectAttributeAccessesChanging(value); + this._spd_fine_PrincipalObjectAttributeAccesses = value; + this.Onspd_fine_PrincipalObjectAttributeAccessesChanged(); + this.OnPropertyChanged("spd_fine_PrincipalObjectAttributeAccesses"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_PrincipalObjectAttributeAccesses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_PrincipalObjectAttributeAccessesChanged(); + /// + /// There are no comments for Property spd_CaseId in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_CaseId is required.")] + public virtual global::Microsoft.Dynamics.CRM.incident spd_CaseId + { + get + { + return this._spd_CaseId; + } + set + { + this.Onspd_CaseIdChanging(value); + this._spd_CaseId = value; + this.Onspd_CaseIdChanged(); + this.OnPropertyChanged("spd_CaseId"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.incident _spd_CaseId; + partial void Onspd_CaseIdChanging(global::Microsoft.Dynamics.CRM.incident value); + partial void Onspd_CaseIdChanged(); + /// + /// There are no comments for Property transactioncurrencyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "transactioncurrencyid is required.")] + public virtual global::Microsoft.Dynamics.CRM.transactioncurrency transactioncurrencyid + { + get + { + return this._transactioncurrencyid; + } + set + { + this.OntransactioncurrencyidChanging(value); + this._transactioncurrencyid = value; + this.OntransactioncurrencyidChanged(); + this.OnPropertyChanged("transactioncurrencyid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.transactioncurrency _transactioncurrencyid; + partial void OntransactioncurrencyidChanging(global::Microsoft.Dynamics.CRM.transactioncurrency value); + partial void OntransactioncurrencyidChanged(); + /// + /// There are no comments for Property spd_OutcomeId in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_OutcomeId is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_outcome spd_OutcomeId + { + get + { + return this._spd_OutcomeId; + } + set + { + this.Onspd_OutcomeIdChanging(value); + this._spd_OutcomeId = value; + this.Onspd_OutcomeIdChanged(); + this.OnPropertyChanged("spd_OutcomeId"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_outcome _spd_OutcomeId; + partial void Onspd_OutcomeIdChanging(global::Microsoft.Dynamics.CRM.spd_outcome value); + partial void Onspd_OutcomeIdChanged(); + /// + /// There are no comments for Property spd_SubjectId in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_SubjectId is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_subject spd_SubjectId + { + get + { + return this._spd_SubjectId; + } + set + { + this.Onspd_SubjectIdChanging(value); + this._spd_SubjectId = value; + this.Onspd_SubjectIdChanged(); + this.OnPropertyChanged("spd_SubjectId"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_subject _spd_SubjectId; + partial void Onspd_SubjectIdChanging(global::Microsoft.Dynamics.CRM.spd_subject value); + partial void Onspd_SubjectIdChanged(); + /// + /// There are no comments for Property spd_fine_ActivityPointers in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ActivityPointers + { + get + { + return this._spd_fine_ActivityPointers; + } + set + { + this.Onspd_fine_ActivityPointersChanging(value); + this._spd_fine_ActivityPointers = value; + this.Onspd_fine_ActivityPointersChanged(); + this.OnPropertyChanged("spd_fine_ActivityPointers"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ActivityPointers = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_ActivityPointersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_ActivityPointersChanged(); + /// + /// There are no comments for Property spd_fine_Appointments in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Appointments + { + get + { + return this._spd_fine_Appointments; + } + set + { + this.Onspd_fine_AppointmentsChanging(value); + this._spd_fine_Appointments = value; + this.Onspd_fine_AppointmentsChanged(); + this.OnPropertyChanged("spd_fine_Appointments"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Appointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_AppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_AppointmentsChanged(); + /// + /// There are no comments for Property spd_fine_Emails in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Emails + { + get + { + return this._spd_fine_Emails; + } + set + { + this.Onspd_fine_EmailsChanging(value); + this._spd_fine_Emails = value; + this.Onspd_fine_EmailsChanged(); + this.OnPropertyChanged("spd_fine_Emails"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Emails = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_EmailsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_EmailsChanged(); + /// + /// There are no comments for Property spd_fine_Faxes in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Faxes + { + get + { + return this._spd_fine_Faxes; + } + set + { + this.Onspd_fine_FaxesChanging(value); + this._spd_fine_Faxes = value; + this.Onspd_fine_FaxesChanged(); + this.OnPropertyChanged("spd_fine_Faxes"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Faxes = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_FaxesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_FaxesChanged(); + /// + /// There are no comments for Property spd_fine_Letters in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Letters + { + get + { + return this._spd_fine_Letters; + } + set + { + this.Onspd_fine_LettersChanging(value); + this._spd_fine_Letters = value; + this.Onspd_fine_LettersChanged(); + this.OnPropertyChanged("spd_fine_Letters"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Letters = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_LettersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_LettersChanged(); + /// + /// There are no comments for Property spd_fine_PhoneCalls in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_PhoneCalls + { + get + { + return this._spd_fine_PhoneCalls; + } + set + { + this.Onspd_fine_PhoneCallsChanging(value); + this._spd_fine_PhoneCalls = value; + this.Onspd_fine_PhoneCallsChanged(); + this.OnPropertyChanged("spd_fine_PhoneCalls"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_PhoneCalls = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_PhoneCallsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_PhoneCallsChanged(); + /// + /// There are no comments for Property spd_fine_Tasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Tasks + { + get + { + return this._spd_fine_Tasks; + } + set + { + this.Onspd_fine_TasksChanging(value); + this._spd_fine_Tasks = value; + this.Onspd_fine_TasksChanged(); + this.OnPropertyChanged("spd_fine_Tasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Tasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_TasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_TasksChanged(); + /// + /// There are no comments for Property spd_fine_RecurringAppointmentMasters in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_RecurringAppointmentMasters + { + get + { + return this._spd_fine_RecurringAppointmentMasters; + } + set + { + this.Onspd_fine_RecurringAppointmentMastersChanging(value); + this._spd_fine_RecurringAppointmentMasters = value; + this.Onspd_fine_RecurringAppointmentMastersChanged(); + this.OnPropertyChanged("spd_fine_RecurringAppointmentMasters"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_RecurringAppointmentMasters = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_RecurringAppointmentMastersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_RecurringAppointmentMastersChanged(); + /// + /// There are no comments for Property spd_fine_SocialActivities in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_SocialActivities + { + get + { + return this._spd_fine_SocialActivities; + } + set + { + this.Onspd_fine_SocialActivitiesChanging(value); + this._spd_fine_SocialActivities = value; + this.Onspd_fine_SocialActivitiesChanged(); + this.OnPropertyChanged("spd_fine_SocialActivities"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_SocialActivities = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_SocialActivitiesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_SocialActivitiesChanged(); + /// + /// There are no comments for Property spd_fine_ServiceAppointments in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ServiceAppointments + { + get + { + return this._spd_fine_ServiceAppointments; + } + set + { + this.Onspd_fine_ServiceAppointmentsChanging(value); + this._spd_fine_ServiceAppointments = value; + this.Onspd_fine_ServiceAppointmentsChanged(); + this.OnPropertyChanged("spd_fine_ServiceAppointments"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ServiceAppointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_ServiceAppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_ServiceAppointmentsChanged(); + /// + /// There are no comments for Property spd_fine_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_spd_generaladministrativetasks + { + get + { + return this._spd_fine_spd_generaladministrativetasks; + } + set + { + this.Onspd_fine_spd_generaladministrativetasksChanging(value); + this._spd_fine_spd_generaladministrativetasks = value; + this.Onspd_fine_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("spd_fine_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_fine_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_fine_spd_generaladministrativetasksChanged(); + } + /// + /// There are no comments for spd_generaladministrativetaskSingle in the schema. + /// + public partial class spd_generaladministrativetaskSingle : global::Microsoft.OData.Client.DataServiceQuerySingle + { + /// + /// Initialize a new spd_generaladministrativetaskSingle object. + /// + public spd_generaladministrativetaskSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) + : base(context, path) {} + + /// + /// Initialize a new spd_generaladministrativetaskSingle object. + /// + public spd_generaladministrativetaskSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) + : base(context, path, isComposable) {} + + /// + /// Initialize a new spd_generaladministrativetaskSingle object. + /// + public spd_generaladministrativetaskSingle(global::Microsoft.OData.Client.DataServiceQuerySingle query) + : base(query) {} + + /// + /// There are no comments for regardingobjectid_new_interactionforemail_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.interactionforemailSingle regardingobjectid_new_interactionforemail_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_new_interactionforemail_spd_generaladministrativetask == null)) + { + this._regardingobjectid_new_interactionforemail_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.interactionforemailSingle(this.Context, GetPath("regardingobjectid_new_interactionforemail_spd_generaladministrativetask")); + } + return this._regardingobjectid_new_interactionforemail_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.interactionforemailSingle _regardingobjectid_new_interactionforemail_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_knowledgebaserecord_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle regardingobjectid_knowledgebaserecord_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_knowledgebaserecord_spd_generaladministrativetask == null)) + { + this._regardingobjectid_knowledgebaserecord_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle(this.Context, GetPath("regardingobjectid_knowledgebaserecord_spd_generaladministrativetask")); + } + return this._regardingobjectid_knowledgebaserecord_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle _regardingobjectid_knowledgebaserecord_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_lead_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.leadSingle regardingobjectid_lead_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_lead_spd_generaladministrativetask == null)) + { + this._regardingobjectid_lead_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.leadSingle(this.Context, GetPath("regardingobjectid_lead_spd_generaladministrativetask")); + } + return this._regardingobjectid_lead_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.leadSingle _regardingobjectid_lead_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_bookableresourcebooking_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle regardingobjectid_bookableresourcebooking_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bookableresourcebooking_spd_generaladministrativetask == null)) + { + this._regardingobjectid_bookableresourcebooking_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle(this.Context, GetPath("regardingobjectid_bookableresourcebooking_spd_generaladministrativetask")); + } + return this._regardingobjectid_bookableresourcebooking_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle _regardingobjectid_bookableresourcebooking_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask == null)) + { + this._regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle(this.Context, GetPath("regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask")); + } + return this._regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle _regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_bulkoperation_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bulkoperationSingle regardingobjectid_bulkoperation_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bulkoperation_spd_generaladministrativetask == null)) + { + this._regardingobjectid_bulkoperation_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.bulkoperationSingle(this.Context, GetPath("regardingobjectid_bulkoperation_spd_generaladministrativetask")); + } + return this._regardingobjectid_bulkoperation_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bulkoperationSingle _regardingobjectid_bulkoperation_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_campaign_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.campaignSingle regardingobjectid_campaign_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_campaign_spd_generaladministrativetask == null)) + { + this._regardingobjectid_campaign_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.campaignSingle(this.Context, GetPath("regardingobjectid_campaign_spd_generaladministrativetask")); + } + return this._regardingobjectid_campaign_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.campaignSingle _regardingobjectid_campaign_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_campaignactivity_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.campaignactivitySingle regardingobjectid_campaignactivity_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_campaignactivity_spd_generaladministrativetask == null)) + { + this._regardingobjectid_campaignactivity_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.campaignactivitySingle(this.Context, GetPath("regardingobjectid_campaignactivity_spd_generaladministrativetask")); + } + return this._regardingobjectid_campaignactivity_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.campaignactivitySingle _regardingobjectid_campaignactivity_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_contract_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.contractSingle regardingobjectid_contract_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_contract_spd_generaladministrativetask == null)) + { + this._regardingobjectid_contract_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.contractSingle(this.Context, GetPath("regardingobjectid_contract_spd_generaladministrativetask")); + } + return this._regardingobjectid_contract_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contractSingle _regardingobjectid_contract_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_entitlement_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.entitlementSingle regardingobjectid_entitlement_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_entitlement_spd_generaladministrativetask == null)) + { + this._regardingobjectid_entitlement_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.entitlementSingle(this.Context, GetPath("regardingobjectid_entitlement_spd_generaladministrativetask")); + } + return this._regardingobjectid_entitlement_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.entitlementSingle _regardingobjectid_entitlement_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_entitlementtemplate_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.entitlementtemplateSingle regardingobjectid_entitlementtemplate_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_entitlementtemplate_spd_generaladministrativetask == null)) + { + this._regardingobjectid_entitlementtemplate_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.entitlementtemplateSingle(this.Context, GetPath("regardingobjectid_entitlementtemplate_spd_generaladministrativetask")); + } + return this._regardingobjectid_entitlementtemplate_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.entitlementtemplateSingle _regardingobjectid_entitlementtemplate_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_incident_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.incidentSingle regardingobjectid_incident_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_incident_spd_generaladministrativetask == null)) + { + this._regardingobjectid_incident_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.incidentSingle(this.Context, GetPath("regardingobjectid_incident_spd_generaladministrativetask")); + } + return this._regardingobjectid_incident_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.incidentSingle _regardingobjectid_incident_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_site_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.siteSingle regardingobjectid_site_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_site_spd_generaladministrativetask == null)) + { + this._regardingobjectid_site_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.siteSingle(this.Context, GetPath("regardingobjectid_site_spd_generaladministrativetask")); + } + return this._regardingobjectid_site_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.siteSingle _regardingobjectid_site_spd_generaladministrativetask; + /// + /// There are no comments for serviceid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.serviceSingle serviceid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._serviceid_spd_generaladministrativetask == null)) + { + this._serviceid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.serviceSingle(this.Context, GetPath("serviceid_spd_generaladministrativetask")); + } + return this._serviceid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.serviceSingle _serviceid_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_invoice_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.invoiceSingle regardingobjectid_invoice_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_invoice_spd_generaladministrativetask == null)) + { + this._regardingobjectid_invoice_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.invoiceSingle(this.Context, GetPath("regardingobjectid_invoice_spd_generaladministrativetask")); + } + return this._regardingobjectid_invoice_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.invoiceSingle _regardingobjectid_invoice_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_opportunity_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.opportunitySingle regardingobjectid_opportunity_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_opportunity_spd_generaladministrativetask == null)) + { + this._regardingobjectid_opportunity_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.opportunitySingle(this.Context, GetPath("regardingobjectid_opportunity_spd_generaladministrativetask")); + } + return this._regardingobjectid_opportunity_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.opportunitySingle _regardingobjectid_opportunity_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_quote_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.quoteSingle regardingobjectid_quote_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_quote_spd_generaladministrativetask == null)) + { + this._regardingobjectid_quote_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.quoteSingle(this.Context, GetPath("regardingobjectid_quote_spd_generaladministrativetask")); + } + return this._regardingobjectid_quote_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.quoteSingle _regardingobjectid_quote_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_salesorder_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.salesorderSingle regardingobjectid_salesorder_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_salesorder_spd_generaladministrativetask == null)) + { + this._regardingobjectid_salesorder_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.salesorderSingle(this.Context, GetPath("regardingobjectid_salesorder_spd_generaladministrativetask")); + } + return this._regardingobjectid_salesorder_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.salesorderSingle _regardingobjectid_salesorder_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_msdyn_postalbum_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle regardingobjectid_msdyn_postalbum_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_msdyn_postalbum_spd_generaladministrativetask == null)) + { + this._regardingobjectid_msdyn_postalbum_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle(this.Context, GetPath("regardingobjectid_msdyn_postalbum_spd_generaladministrativetask")); + } + return this._regardingobjectid_msdyn_postalbum_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle _regardingobjectid_msdyn_postalbum_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_spd_orgregistration_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle regardingobjectid_spd_orgregistration_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_orgregistration_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_orgregistration_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle(this.Context, GetPath("regardingobjectid_spd_orgregistration_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_orgregistration_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle _regardingobjectid_spd_orgregistration_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_spd_portalinvitation_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle regardingobjectid_spd_portalinvitation_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_portalinvitation_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_portalinvitation_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle(this.Context, GetPath("regardingobjectid_spd_portalinvitation_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_portalinvitation_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle _regardingobjectid_spd_portalinvitation_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_spd_application_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_applicationSingle regardingobjectid_spd_application_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_application_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_application_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_applicationSingle(this.Context, GetPath("regardingobjectid_spd_application_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_application_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_applicationSingle _regardingobjectid_spd_application_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask == null)) + { + this._regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle(this.Context, GetPath("regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask")); + } + return this._regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle _regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_spd_complaint_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaintSingle regardingobjectid_spd_complaint_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_complaint_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_complaint_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_complaintSingle(this.Context, GetPath("regardingobjectid_spd_complaint_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_complaint_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_complaintSingle _regardingobjectid_spd_complaint_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_spd_fine_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_fineSingle regardingobjectid_spd_fine_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_fine_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_fine_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_fineSingle(this.Context, GetPath("regardingobjectid_spd_fine_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_fine_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_account_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.accountSingle regardingobjectid_account_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_account_spd_generaladministrativetask == null)) + { + this._regardingobjectid_account_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.accountSingle(this.Context, GetPath("regardingobjectid_account_spd_generaladministrativetask")); + } + return this._regardingobjectid_account_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.accountSingle _regardingobjectid_account_spd_generaladministrativetask; + /// + /// There are no comments for createdby_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdby_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdby_spd_generaladministrativetask == null)) + { + this._createdby_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdby_spd_generaladministrativetask")); + } + return this._createdby_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdby_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_contact_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.contactSingle regardingobjectid_contact_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_contact_spd_generaladministrativetask == null)) + { + this._regardingobjectid_contact_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.contactSingle(this.Context, GetPath("regardingobjectid_contact_spd_generaladministrativetask")); + } + return this._regardingobjectid_contact_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contactSingle _regardingobjectid_contact_spd_generaladministrativetask; + /// + /// There are no comments for sendermailboxid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.mailboxSingle sendermailboxid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._sendermailboxid_spd_generaladministrativetask == null)) + { + this._sendermailboxid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.mailboxSingle(this.Context, GetPath("sendermailboxid_spd_generaladministrativetask")); + } + return this._sendermailboxid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.mailboxSingle _sendermailboxid_spd_generaladministrativetask; + /// + /// There are no comments for transactioncurrencyid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.transactioncurrencySingle transactioncurrencyid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._transactioncurrencyid_spd_generaladministrativetask == null)) + { + this._transactioncurrencyid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.transactioncurrencySingle(this.Context, GetPath("transactioncurrencyid_spd_generaladministrativetask")); + } + return this._transactioncurrencyid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.transactioncurrencySingle _transactioncurrencyid_spd_generaladministrativetask; + /// + /// There are no comments for ownerid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.principalSingle ownerid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ownerid_spd_generaladministrativetask == null)) + { + this._ownerid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.principalSingle(this.Context, GetPath("ownerid_spd_generaladministrativetask")); + } + return this._ownerid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.principalSingle _ownerid_spd_generaladministrativetask; + /// + /// There are no comments for owninguser_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle owninguser_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owninguser_spd_generaladministrativetask == null)) + { + this._owninguser_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("owninguser_spd_generaladministrativetask")); + } + return this._owninguser_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _owninguser_spd_generaladministrativetask; + /// + /// There are no comments for sla_activitypointer_sla_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.slaSingle sla_activitypointer_sla_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._sla_activitypointer_sla_spd_generaladministrativetask == null)) + { + this._sla_activitypointer_sla_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.slaSingle(this.Context, GetPath("sla_activitypointer_sla_spd_generaladministrativetask")); + } + return this._sla_activitypointer_sla_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.slaSingle _sla_activitypointer_sla_spd_generaladministrativetask; + /// + /// There are no comments for owningbusinessunit_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.businessunitSingle owningbusinessunit_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningbusinessunit_spd_generaladministrativetask == null)) + { + this._owningbusinessunit_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.businessunitSingle(this.Context, GetPath("owningbusinessunit_spd_generaladministrativetask")); + } + return this._owningbusinessunit_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.businessunitSingle _owningbusinessunit_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_knowledgearticle_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.knowledgearticleSingle regardingobjectid_knowledgearticle_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_knowledgearticle_spd_generaladministrativetask == null)) + { + this._regardingobjectid_knowledgearticle_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.knowledgearticleSingle(this.Context, GetPath("regardingobjectid_knowledgearticle_spd_generaladministrativetask")); + } + return this._regardingobjectid_knowledgearticle_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.knowledgearticleSingle _regardingobjectid_knowledgearticle_spd_generaladministrativetask; + /// + /// There are no comments for modifiedonbehalfby_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedonbehalfby_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedonbehalfby_spd_generaladministrativetask == null)) + { + this._modifiedonbehalfby_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedonbehalfby_spd_generaladministrativetask")); + } + return this._modifiedonbehalfby_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedonbehalfby_spd_generaladministrativetask; + /// + /// There are no comments for createdonbehalfby_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdonbehalfby_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdonbehalfby_spd_generaladministrativetask == null)) + { + this._createdonbehalfby_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdonbehalfby_spd_generaladministrativetask")); + } + return this._createdonbehalfby_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdonbehalfby_spd_generaladministrativetask; + /// + /// There are no comments for modifiedby_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedby_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedby_spd_generaladministrativetask == null)) + { + this._modifiedby_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedby_spd_generaladministrativetask")); + } + return this._modifiedby_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedby_spd_generaladministrativetask; + /// + /// There are no comments for owningteam_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.teamSingle owningteam_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningteam_spd_generaladministrativetask == null)) + { + this._owningteam_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.teamSingle(this.Context, GetPath("owningteam_spd_generaladministrativetask")); + } + return this._owningteam_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.teamSingle _owningteam_spd_generaladministrativetask; + /// + /// There are no comments for slainvokedid_activitypointer_sla_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.slaSingle slainvokedid_activitypointer_sla_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._slainvokedid_activitypointer_sla_spd_generaladministrativetask == null)) + { + this._slainvokedid_activitypointer_sla_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.slaSingle(this.Context, GetPath("slainvokedid_activitypointer_sla_spd_generaladministrativetask")); + } + return this._slainvokedid_activitypointer_sla_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.slaSingle _slainvokedid_activitypointer_sla_spd_generaladministrativetask; + /// + /// There are no comments for activityid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.activitypointerSingle activityid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activityid_spd_generaladministrativetask == null)) + { + this._activityid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.activitypointerSingle(this.Context, GetPath("activityid_spd_generaladministrativetask")); + } + return this._activityid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.activitypointerSingle _activityid_spd_generaladministrativetask; + /// + /// There are no comments for spd_generaladministrativetask_activity_parties in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_activity_parties + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_activity_parties == null)) + { + this._spd_generaladministrativetask_activity_parties = Context.CreateQuery(GetPath("spd_generaladministrativetask_activity_parties")); + } + return this._spd_generaladministrativetask_activity_parties; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_activity_parties; + /// + /// There are no comments for CampaignResponse_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery CampaignResponse_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._CampaignResponse_spd_generaladministrativetasks == null)) + { + this._CampaignResponse_spd_generaladministrativetasks = Context.CreateQuery(GetPath("CampaignResponse_spd_generaladministrativetasks")); + } + return this._CampaignResponse_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _CampaignResponse_spd_generaladministrativetasks; + /// + /// There are no comments for spd_generaladministrativetask_ActionCards in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_ActionCards + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_ActionCards == null)) + { + this._spd_generaladministrativetask_ActionCards = Context.CreateQuery(GetPath("spd_generaladministrativetask_ActionCards")); + } + return this._spd_generaladministrativetask_ActionCards; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_ActionCards; + /// + /// There are no comments for spd_generaladministrativetask_SyncErrors in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_SyncErrors + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_SyncErrors == null)) + { + this._spd_generaladministrativetask_SyncErrors = Context.CreateQuery(GetPath("spd_generaladministrativetask_SyncErrors")); + } + return this._spd_generaladministrativetask_SyncErrors; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_SyncErrors; + /// + /// There are no comments for spd_generaladministrativetask_DuplicateMatchingRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_DuplicateMatchingRecord + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_DuplicateMatchingRecord == null)) + { + this._spd_generaladministrativetask_DuplicateMatchingRecord = Context.CreateQuery(GetPath("spd_generaladministrativetask_DuplicateMatchingRecord")); + } + return this._spd_generaladministrativetask_DuplicateMatchingRecord; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_DuplicateMatchingRecord; + /// + /// There are no comments for spd_generaladministrativetask_DuplicateBaseRecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_DuplicateBaseRecord + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_DuplicateBaseRecord == null)) + { + this._spd_generaladministrativetask_DuplicateBaseRecord = Context.CreateQuery(GetPath("spd_generaladministrativetask_DuplicateBaseRecord")); + } + return this._spd_generaladministrativetask_DuplicateBaseRecord; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_DuplicateBaseRecord; + /// + /// There are no comments for spd_generaladministrativetask_AsyncOperations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_AsyncOperations + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_AsyncOperations == null)) + { + this._spd_generaladministrativetask_AsyncOperations = Context.CreateQuery(GetPath("spd_generaladministrativetask_AsyncOperations")); + } + return this._spd_generaladministrativetask_AsyncOperations; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_AsyncOperations; + /// + /// There are no comments for spd_generaladministrativetask_MailboxTrackingFolders in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_MailboxTrackingFolders + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_MailboxTrackingFolders == null)) + { + this._spd_generaladministrativetask_MailboxTrackingFolders = Context.CreateQuery(GetPath("spd_generaladministrativetask_MailboxTrackingFolders")); + } + return this._spd_generaladministrativetask_MailboxTrackingFolders; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_MailboxTrackingFolders; + /// + /// There are no comments for spd_generaladministrativetask_ProcessSession in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_ProcessSession + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_ProcessSession == null)) + { + this._spd_generaladministrativetask_ProcessSession = Context.CreateQuery(GetPath("spd_generaladministrativetask_ProcessSession")); + } + return this._spd_generaladministrativetask_ProcessSession; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_ProcessSession; + /// + /// There are no comments for spd_generaladministrativetask_BulkDeleteFailures in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_BulkDeleteFailures + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_BulkDeleteFailures == null)) + { + this._spd_generaladministrativetask_BulkDeleteFailures = Context.CreateQuery(GetPath("spd_generaladministrativetask_BulkDeleteFailures")); + } + return this._spd_generaladministrativetask_BulkDeleteFailures; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_BulkDeleteFailures; + /// + /// There are no comments for spd_generaladministrativetask_PrincipalObjectAttributeAccesses in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_PrincipalObjectAttributeAccesses + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_PrincipalObjectAttributeAccesses == null)) + { + this._spd_generaladministrativetask_PrincipalObjectAttributeAccesses = Context.CreateQuery(GetPath("spd_generaladministrativetask_PrincipalObjectAttributeAccesses")); + } + return this._spd_generaladministrativetask_PrincipalObjectAttributeAccesses; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_PrincipalObjectAttributeAccesses; + /// + /// There are no comments for spd_generaladministrativetask_connections1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_connections1 + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_connections1 == null)) + { + this._spd_generaladministrativetask_connections1 = Context.CreateQuery(GetPath("spd_generaladministrativetask_connections1")); + } + return this._spd_generaladministrativetask_connections1; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_connections1; + /// + /// There are no comments for spd_generaladministrativetask_connections2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_connections2 + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_connections2 == null)) + { + this._spd_generaladministrativetask_connections2 = Context.CreateQuery(GetPath("spd_generaladministrativetask_connections2")); + } + return this._spd_generaladministrativetask_connections2; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_connections2; + /// + /// There are no comments for spd_generaladministrativetask_QueueItems in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_QueueItems + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_QueueItems == null)) + { + this._spd_generaladministrativetask_QueueItems = Context.CreateQuery(GetPath("spd_generaladministrativetask_QueueItems")); + } + return this._spd_generaladministrativetask_QueueItems; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_QueueItems; + /// + /// There are no comments for spd_generaladministrativetask_Annotations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_Annotations + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_Annotations == null)) + { + this._spd_generaladministrativetask_Annotations = Context.CreateQuery(GetPath("spd_generaladministrativetask_Annotations")); + } + return this._spd_generaladministrativetask_Annotations; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_Annotations; + /// + /// There are no comments for spd_generaladministrativetask_Feedback in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_Feedback + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_Feedback == null)) + { + this._spd_generaladministrativetask_Feedback = Context.CreateQuery(GetPath("spd_generaladministrativetask_Feedback")); + } + return this._spd_generaladministrativetask_Feedback; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_Feedback; + /// + /// There are no comments for spd_actid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_actSingle spd_actid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_actid_spd_generaladministrativetask == null)) + { + this._spd_actid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_actSingle(this.Context, GetPath("spd_actid_spd_generaladministrativetask")); + } + return this._spd_actid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_actSingle _spd_actid_spd_generaladministrativetask; + /// + /// There are no comments for regardingobjectid_new_interactionforemail in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.interactionforemailSingle regardingobjectid_new_interactionforemail + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_new_interactionforemail == null)) + { + this._regardingobjectid_new_interactionforemail = new global::Microsoft.Dynamics.CRM.interactionforemailSingle(this.Context, GetPath("regardingobjectid_new_interactionforemail")); + } + return this._regardingobjectid_new_interactionforemail; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.interactionforemailSingle _regardingobjectid_new_interactionforemail; + /// + /// There are no comments for regardingobjectid_knowledgebaserecord in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle regardingobjectid_knowledgebaserecord + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_knowledgebaserecord == null)) + { + this._regardingobjectid_knowledgebaserecord = new global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle(this.Context, GetPath("regardingobjectid_knowledgebaserecord")); + } + return this._regardingobjectid_knowledgebaserecord; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.knowledgebaserecordSingle _regardingobjectid_knowledgebaserecord; + /// + /// There are no comments for regardingobjectid_account in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.accountSingle regardingobjectid_account + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_account == null)) + { + this._regardingobjectid_account = new global::Microsoft.Dynamics.CRM.accountSingle(this.Context, GetPath("regardingobjectid_account")); + } + return this._regardingobjectid_account; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.accountSingle _regardingobjectid_account; + /// + /// There are no comments for createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdby == null)) + { + this._createdby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdby")); + } + return this._createdby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdby; + /// + /// There are no comments for regardingobjectid_contact in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.contactSingle regardingobjectid_contact + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_contact == null)) + { + this._regardingobjectid_contact = new global::Microsoft.Dynamics.CRM.contactSingle(this.Context, GetPath("regardingobjectid_contact")); + } + return this._regardingobjectid_contact; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contactSingle _regardingobjectid_contact; + /// + /// There are no comments for activity_pointer_socialactivity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_socialactivity + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_socialactivity == null)) + { + this._activity_pointer_socialactivity = Context.CreateQuery(GetPath("activity_pointer_socialactivity")); + } + return this._activity_pointer_socialactivity; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_socialactivity; + /// + /// There are no comments for activity_pointer_recurringappointmentmaster in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_recurringappointmentmaster + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_recurringappointmentmaster == null)) + { + this._activity_pointer_recurringappointmentmaster = Context.CreateQuery(GetPath("activity_pointer_recurringappointmentmaster")); + } + return this._activity_pointer_recurringappointmentmaster; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_recurringappointmentmaster; + /// + /// There are no comments for activity_pointer_email in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_email + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_email == null)) + { + this._activity_pointer_email = Context.CreateQuery(GetPath("activity_pointer_email")); + } + return this._activity_pointer_email; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_email; + /// + /// There are no comments for sendermailboxid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.mailboxSingle sendermailboxid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._sendermailboxid == null)) + { + this._sendermailboxid = new global::Microsoft.Dynamics.CRM.mailboxSingle(this.Context, GetPath("sendermailboxid")); + } + return this._sendermailboxid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.mailboxSingle _sendermailboxid; + /// + /// There are no comments for transactioncurrencyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.transactioncurrencySingle transactioncurrencyid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._transactioncurrencyid == null)) + { + this._transactioncurrencyid = new global::Microsoft.Dynamics.CRM.transactioncurrencySingle(this.Context, GetPath("transactioncurrencyid")); + } + return this._transactioncurrencyid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.transactioncurrencySingle _transactioncurrencyid; + /// + /// There are no comments for ActivityPointer_QueueItem in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery ActivityPointer_QueueItem + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ActivityPointer_QueueItem == null)) + { + this._ActivityPointer_QueueItem = Context.CreateQuery(GetPath("ActivityPointer_QueueItem")); + } + return this._ActivityPointer_QueueItem; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _ActivityPointer_QueueItem; + /// + /// There are no comments for ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.principalSingle ownerid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ownerid == null)) + { + this._ownerid = new global::Microsoft.Dynamics.CRM.principalSingle(this.Context, GetPath("ownerid")); + } + return this._ownerid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.principalSingle _ownerid; + /// + /// There are no comments for owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle owninguser + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owninguser == null)) + { + this._owninguser = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("owninguser")); + } + return this._owninguser; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _owninguser; + /// + /// There are no comments for sla_activitypointer_sla in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.slaSingle sla_activitypointer_sla + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._sla_activitypointer_sla == null)) + { + this._sla_activitypointer_sla = new global::Microsoft.Dynamics.CRM.slaSingle(this.Context, GetPath("sla_activitypointer_sla")); + } + return this._sla_activitypointer_sla; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.slaSingle _sla_activitypointer_sla; + /// + /// There are no comments for owningbusinessunit in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.businessunitSingle owningbusinessunit + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningbusinessunit == null)) + { + this._owningbusinessunit = new global::Microsoft.Dynamics.CRM.businessunitSingle(this.Context, GetPath("owningbusinessunit")); + } + return this._owningbusinessunit; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.businessunitSingle _owningbusinessunit; + /// + /// There are no comments for regardingobjectid_knowledgearticle in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.knowledgearticleSingle regardingobjectid_knowledgearticle + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_knowledgearticle == null)) + { + this._regardingobjectid_knowledgearticle = new global::Microsoft.Dynamics.CRM.knowledgearticleSingle(this.Context, GetPath("regardingobjectid_knowledgearticle")); + } + return this._regardingobjectid_knowledgearticle; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.knowledgearticleSingle _regardingobjectid_knowledgearticle; + /// + /// There are no comments for modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedonbehalfby == null)) + { + this._modifiedonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedonbehalfby")); + } + return this._modifiedonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedonbehalfby; + /// + /// There are no comments for activity_pointer_activity_mime_attachment in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_activity_mime_attachment + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_activity_mime_attachment == null)) + { + this._activity_pointer_activity_mime_attachment = Context.CreateQuery(GetPath("activity_pointer_activity_mime_attachment")); + } + return this._activity_pointer_activity_mime_attachment; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_activity_mime_attachment; + /// + /// There are no comments for activity_pointer_fax in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_fax + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_fax == null)) + { + this._activity_pointer_fax = Context.CreateQuery(GetPath("activity_pointer_fax")); + } + return this._activity_pointer_fax; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_fax; + /// + /// There are no comments for createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle createdonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._createdonbehalfby == null)) + { + this._createdonbehalfby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("createdonbehalfby")); + } + return this._createdonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _createdonbehalfby; + /// + /// There are no comments for modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.systemuserSingle modifiedby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._modifiedby == null)) + { + this._modifiedby = new global::Microsoft.Dynamics.CRM.systemuserSingle(this.Context, GetPath("modifiedby")); + } + return this._modifiedby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.systemuserSingle _modifiedby; + /// + /// There are no comments for activity_pointer_task in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_task + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_task == null)) + { + this._activity_pointer_task = Context.CreateQuery(GetPath("activity_pointer_task")); + } + return this._activity_pointer_task; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_task; + /// + /// There are no comments for activity_pointer_phonecall in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_phonecall + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_phonecall == null)) + { + this._activity_pointer_phonecall = Context.CreateQuery(GetPath("activity_pointer_phonecall")); + } + return this._activity_pointer_phonecall; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_phonecall; + /// + /// There are no comments for activity_pointer_appointment in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_appointment + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_appointment == null)) + { + this._activity_pointer_appointment = Context.CreateQuery(GetPath("activity_pointer_appointment")); + } + return this._activity_pointer_appointment; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_appointment; + /// + /// There are no comments for activity_pointer_letter in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_letter + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_letter == null)) + { + this._activity_pointer_letter = Context.CreateQuery(GetPath("activity_pointer_letter")); + } + return this._activity_pointer_letter; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_letter; + /// + /// There are no comments for activitypointer_connections2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activitypointer_connections2 + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activitypointer_connections2 == null)) + { + this._activitypointer_connections2 = Context.CreateQuery(GetPath("activitypointer_connections2")); + } + return this._activitypointer_connections2; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activitypointer_connections2; + /// + /// There are no comments for slakpiinstance_activitypointer in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery slakpiinstance_activitypointer + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._slakpiinstance_activitypointer == null)) + { + this._slakpiinstance_activitypointer = Context.CreateQuery(GetPath("slakpiinstance_activitypointer")); + } + return this._slakpiinstance_activitypointer; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _slakpiinstance_activitypointer; + /// + /// There are no comments for owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.teamSingle owningteam + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._owningteam == null)) + { + this._owningteam = new global::Microsoft.Dynamics.CRM.teamSingle(this.Context, GetPath("owningteam")); + } + return this._owningteam; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.teamSingle _owningteam; + /// + /// There are no comments for ActivityPointer_BulkDeleteFailures in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery ActivityPointer_BulkDeleteFailures + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ActivityPointer_BulkDeleteFailures == null)) + { + this._ActivityPointer_BulkDeleteFailures = Context.CreateQuery(GetPath("ActivityPointer_BulkDeleteFailures")); + } + return this._ActivityPointer_BulkDeleteFailures; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _ActivityPointer_BulkDeleteFailures; + /// + /// There are no comments for slainvokedid_activitypointer_sla in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.slaSingle slainvokedid_activitypointer_sla + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._slainvokedid_activitypointer_sla == null)) + { + this._slainvokedid_activitypointer_sla = new global::Microsoft.Dynamics.CRM.slaSingle(this.Context, GetPath("slainvokedid_activitypointer_sla")); + } + return this._slainvokedid_activitypointer_sla; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.slaSingle _slainvokedid_activitypointer_sla; + /// + /// There are no comments for activitypointer_connections1 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activitypointer_connections1 + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activitypointer_connections1 == null)) + { + this._activitypointer_connections1 = Context.CreateQuery(GetPath("activitypointer_connections1")); + } + return this._activitypointer_connections1; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activitypointer_connections1; + /// + /// There are no comments for ActivityPointer_AsyncOperations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery ActivityPointer_AsyncOperations + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ActivityPointer_AsyncOperations == null)) + { + this._ActivityPointer_AsyncOperations = Context.CreateQuery(GetPath("ActivityPointer_AsyncOperations")); + } + return this._ActivityPointer_AsyncOperations; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _ActivityPointer_AsyncOperations; + /// + /// There are no comments for activity_pointer_recurrencerule in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_recurrencerule + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_recurrencerule == null)) + { + this._activity_pointer_recurrencerule = Context.CreateQuery(GetPath("activity_pointer_recurrencerule")); + } + return this._activity_pointer_recurrencerule; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_recurrencerule; + /// + /// There are no comments for activitypointer_activity_parties in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activitypointer_activity_parties + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activitypointer_activity_parties == null)) + { + this._activitypointer_activity_parties = Context.CreateQuery(GetPath("activitypointer_activity_parties")); + } + return this._activitypointer_activity_parties; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activitypointer_activity_parties; + /// + /// There are no comments for regardingobjectid_msdyn_postalbum in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle regardingobjectid_msdyn_postalbum + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_msdyn_postalbum == null)) + { + this._regardingobjectid_msdyn_postalbum = new global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle(this.Context, GetPath("regardingobjectid_msdyn_postalbum")); + } + return this._regardingobjectid_msdyn_postalbum; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.msdyn_postalbumSingle _regardingobjectid_msdyn_postalbum; + /// + /// There are no comments for regardingobjectid_spd_orgregistration in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle regardingobjectid_spd_orgregistration + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_orgregistration == null)) + { + this._regardingobjectid_spd_orgregistration = new global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle(this.Context, GetPath("regardingobjectid_spd_orgregistration")); + } + return this._regardingobjectid_spd_orgregistration; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_orgregistrationSingle _regardingobjectid_spd_orgregistration; + /// + /// There are no comments for regardingobjectid_spd_portalinvitation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle regardingobjectid_spd_portalinvitation + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_portalinvitation == null)) + { + this._regardingobjectid_spd_portalinvitation = new global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle(this.Context, GetPath("regardingobjectid_spd_portalinvitation")); + } + return this._regardingobjectid_spd_portalinvitation; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_portalinvitationSingle _regardingobjectid_spd_portalinvitation; + /// + /// There are no comments for regardingobjectid_spd_application in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_applicationSingle regardingobjectid_spd_application + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_application == null)) + { + this._regardingobjectid_spd_application = new global::Microsoft.Dynamics.CRM.spd_applicationSingle(this.Context, GetPath("regardingobjectid_spd_application")); + } + return this._regardingobjectid_spd_application; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_applicationSingle _regardingobjectid_spd_application; + /// + /// There are no comments for regardingobjectid_contract in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.contractSingle regardingobjectid_contract + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_contract == null)) + { + this._regardingobjectid_contract = new global::Microsoft.Dynamics.CRM.contractSingle(this.Context, GetPath("regardingobjectid_contract")); + } + return this._regardingobjectid_contract; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.contractSingle _regardingobjectid_contract; + /// + /// There are no comments for regardingobjectid_entitlement in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.entitlementSingle regardingobjectid_entitlement + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_entitlement == null)) + { + this._regardingobjectid_entitlement = new global::Microsoft.Dynamics.CRM.entitlementSingle(this.Context, GetPath("regardingobjectid_entitlement")); + } + return this._regardingobjectid_entitlement; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.entitlementSingle _regardingobjectid_entitlement; + /// + /// There are no comments for regardingobjectid_entitlementtemplate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.entitlementtemplateSingle regardingobjectid_entitlementtemplate + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_entitlementtemplate == null)) + { + this._regardingobjectid_entitlementtemplate = new global::Microsoft.Dynamics.CRM.entitlementtemplateSingle(this.Context, GetPath("regardingobjectid_entitlementtemplate")); + } + return this._regardingobjectid_entitlementtemplate; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.entitlementtemplateSingle _regardingobjectid_entitlementtemplate; + /// + /// There are no comments for regardingobjectid_incident in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.incidentSingle regardingobjectid_incident + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_incident == null)) + { + this._regardingobjectid_incident = new global::Microsoft.Dynamics.CRM.incidentSingle(this.Context, GetPath("regardingobjectid_incident")); + } + return this._regardingobjectid_incident; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.incidentSingle _regardingobjectid_incident; + /// + /// There are no comments for activity_pointer_incident_resolution in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_incident_resolution + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_incident_resolution == null)) + { + this._activity_pointer_incident_resolution = Context.CreateQuery(GetPath("activity_pointer_incident_resolution")); + } + return this._activity_pointer_incident_resolution; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_incident_resolution; + /// + /// There are no comments for activity_pointer_service_appointment in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_service_appointment + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_service_appointment == null)) + { + this._activity_pointer_service_appointment = Context.CreateQuery(GetPath("activity_pointer_service_appointment")); + } + return this._activity_pointer_service_appointment; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_service_appointment; + /// + /// There are no comments for regardingobjectid_site in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.siteSingle regardingobjectid_site + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_site == null)) + { + this._regardingobjectid_site = new global::Microsoft.Dynamics.CRM.siteSingle(this.Context, GetPath("regardingobjectid_site")); + } + return this._regardingobjectid_site; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.siteSingle _regardingobjectid_site; + /// + /// There are no comments for serviceid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.serviceSingle serviceid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._serviceid == null)) + { + this._serviceid = new global::Microsoft.Dynamics.CRM.serviceSingle(this.Context, GetPath("serviceid")); + } + return this._serviceid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.serviceSingle _serviceid; + /// + /// There are no comments for activity_pointer_BulkOperation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_BulkOperation + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_BulkOperation == null)) + { + this._activity_pointer_BulkOperation = Context.CreateQuery(GetPath("activity_pointer_BulkOperation")); + } + return this._activity_pointer_BulkOperation; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_BulkOperation; + /// + /// There are no comments for regardingobjectid_campaign in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.campaignSingle regardingobjectid_campaign + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_campaign == null)) + { + this._regardingobjectid_campaign = new global::Microsoft.Dynamics.CRM.campaignSingle(this.Context, GetPath("regardingobjectid_campaign")); + } + return this._regardingobjectid_campaign; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.campaignSingle _regardingobjectid_campaign; + /// + /// There are no comments for activity_pointer_campaignactivity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_campaignactivity + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_campaignactivity == null)) + { + this._activity_pointer_campaignactivity = Context.CreateQuery(GetPath("activity_pointer_campaignactivity")); + } + return this._activity_pointer_campaignactivity; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_campaignactivity; + /// + /// There are no comments for activity_pointer_campaignresponse in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_campaignresponse + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_campaignresponse == null)) + { + this._activity_pointer_campaignresponse = Context.CreateQuery(GetPath("activity_pointer_campaignresponse")); + } + return this._activity_pointer_campaignresponse; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_campaignresponse; + /// + /// There are no comments for activity_pointer_BulkOperation_logs in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_BulkOperation_logs + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_BulkOperation_logs == null)) + { + this._activity_pointer_BulkOperation_logs = Context.CreateQuery(GetPath("activity_pointer_BulkOperation_logs")); + } + return this._activity_pointer_BulkOperation_logs; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_BulkOperation_logs; + /// + /// There are no comments for CreatedActivity_BulkOperationLogs in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery CreatedActivity_BulkOperationLogs + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._CreatedActivity_BulkOperationLogs == null)) + { + this._CreatedActivity_BulkOperationLogs = Context.CreateQuery(GetPath("CreatedActivity_BulkOperationLogs")); + } + return this._CreatedActivity_BulkOperationLogs; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _CreatedActivity_BulkOperationLogs; + /// + /// There are no comments for ActivityPointer_CampaignActivityItems in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery ActivityPointer_CampaignActivityItems + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._ActivityPointer_CampaignActivityItems == null)) + { + this._ActivityPointer_CampaignActivityItems = Context.CreateQuery(GetPath("ActivityPointer_CampaignActivityItems")); + } + return this._ActivityPointer_CampaignActivityItems; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _ActivityPointer_CampaignActivityItems; + /// + /// There are no comments for activity_campaignresponse in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_campaignresponse + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_campaignresponse == null)) + { + this._activity_campaignresponse = Context.CreateQuery(GetPath("activity_campaignresponse")); + } + return this._activity_campaignresponse; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_campaignresponse; + /// + /// There are no comments for regardingobjectid_lead in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.leadSingle regardingobjectid_lead + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_lead == null)) + { + this._regardingobjectid_lead = new global::Microsoft.Dynamics.CRM.leadSingle(this.Context, GetPath("regardingobjectid_lead")); + } + return this._regardingobjectid_lead; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.leadSingle _regardingobjectid_lead; + /// + /// There are no comments for regardingobjectid_invoice in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.invoiceSingle regardingobjectid_invoice + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_invoice == null)) + { + this._regardingobjectid_invoice = new global::Microsoft.Dynamics.CRM.invoiceSingle(this.Context, GetPath("regardingobjectid_invoice")); + } + return this._regardingobjectid_invoice; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.invoiceSingle _regardingobjectid_invoice; + /// + /// There are no comments for regardingobjectid_opportunity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.opportunitySingle regardingobjectid_opportunity + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_opportunity == null)) + { + this._regardingobjectid_opportunity = new global::Microsoft.Dynamics.CRM.opportunitySingle(this.Context, GetPath("regardingobjectid_opportunity")); + } + return this._regardingobjectid_opportunity; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.opportunitySingle _regardingobjectid_opportunity; + /// + /// There are no comments for activity_pointer_opportunity_close in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_opportunity_close + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_opportunity_close == null)) + { + this._activity_pointer_opportunity_close = Context.CreateQuery(GetPath("activity_pointer_opportunity_close")); + } + return this._activity_pointer_opportunity_close; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_opportunity_close; + /// + /// There are no comments for activity_pointer_order_close in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_order_close + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_order_close == null)) + { + this._activity_pointer_order_close = Context.CreateQuery(GetPath("activity_pointer_order_close")); + } + return this._activity_pointer_order_close; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_order_close; + /// + /// There are no comments for activity_pointer_quote_close in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_quote_close + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_quote_close == null)) + { + this._activity_pointer_quote_close = Context.CreateQuery(GetPath("activity_pointer_quote_close")); + } + return this._activity_pointer_quote_close; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_quote_close; + /// + /// There are no comments for regardingobjectid_bookableresourcebooking in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle regardingobjectid_bookableresourcebooking + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bookableresourcebooking == null)) + { + this._regardingobjectid_bookableresourcebooking = new global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle(this.Context, GetPath("regardingobjectid_bookableresourcebooking")); + } + return this._regardingobjectid_bookableresourcebooking; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bookableresourcebookingSingle _regardingobjectid_bookableresourcebooking; + /// + /// There are no comments for regardingobjectid_bookableresourcebookingheader in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle regardingobjectid_bookableresourcebookingheader + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bookableresourcebookingheader == null)) + { + this._regardingobjectid_bookableresourcebookingheader = new global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle(this.Context, GetPath("regardingobjectid_bookableresourcebookingheader")); + } + return this._regardingobjectid_bookableresourcebookingheader; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bookableresourcebookingheaderSingle _regardingobjectid_bookableresourcebookingheader; + /// + /// There are no comments for regardingobjectid_campaignactivity in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.campaignactivitySingle regardingobjectid_campaignactivity + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_campaignactivity == null)) + { + this._regardingobjectid_campaignactivity = new global::Microsoft.Dynamics.CRM.campaignactivitySingle(this.Context, GetPath("regardingobjectid_campaignactivity")); + } + return this._regardingobjectid_campaignactivity; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.campaignactivitySingle _regardingobjectid_campaignactivity; + /// + /// There are no comments for regardingobjectid_bulkoperation in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.bulkoperationSingle regardingobjectid_bulkoperation + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_bulkoperation == null)) + { + this._regardingobjectid_bulkoperation = new global::Microsoft.Dynamics.CRM.bulkoperationSingle(this.Context, GetPath("regardingobjectid_bulkoperation")); + } + return this._regardingobjectid_bulkoperation; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.bulkoperationSingle _regardingobjectid_bulkoperation; + /// + /// There are no comments for regardingobjectid_msdyn_playbookinstance in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle regardingobjectid_msdyn_playbookinstance + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_msdyn_playbookinstance == null)) + { + this._regardingobjectid_msdyn_playbookinstance = new global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle(this.Context, GetPath("regardingobjectid_msdyn_playbookinstance")); + } + return this._regardingobjectid_msdyn_playbookinstance; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.msdyn_playbookinstanceSingle _regardingobjectid_msdyn_playbookinstance; + /// + /// There are no comments for regardingobjectid_quote in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.quoteSingle regardingobjectid_quote + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_quote == null)) + { + this._regardingobjectid_quote = new global::Microsoft.Dynamics.CRM.quoteSingle(this.Context, GetPath("regardingobjectid_quote")); + } + return this._regardingobjectid_quote; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.quoteSingle _regardingobjectid_quote; + /// + /// There are no comments for regardingobjectid_salesorder in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.salesorderSingle regardingobjectid_salesorder + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_salesorder == null)) + { + this._regardingobjectid_salesorder = new global::Microsoft.Dynamics.CRM.salesorderSingle(this.Context, GetPath("regardingobjectid_salesorder")); + } + return this._regardingobjectid_salesorder; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.salesorderSingle _regardingobjectid_salesorder; + /// + /// There are no comments for regardingobjectid_spd_complaint in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaintSingle regardingobjectid_spd_complaint + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_complaint == null)) + { + this._regardingobjectid_spd_complaint = new global::Microsoft.Dynamics.CRM.spd_complaintSingle(this.Context, GetPath("regardingobjectid_spd_complaint")); + } + return this._regardingobjectid_spd_complaint; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_complaintSingle _regardingobjectid_spd_complaint; + /// + /// There are no comments for regardingobjectid_spd_fine in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_fineSingle regardingobjectid_spd_fine + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_fine == null)) + { + this._regardingobjectid_spd_fine = new global::Microsoft.Dynamics.CRM.spd_fineSingle(this.Context, GetPath("regardingobjectid_spd_fine")); + } + return this._regardingobjectid_spd_fine; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; + } + /// + /// There are no comments for spd_generaladministrativetask in the schema. + /// + /// + /// activityid + /// + [global::Microsoft.OData.Client.Key("activityid")] + [global::Microsoft.OData.Client.EntitySet("spd_generaladministrativetasks")] + public partial class spd_generaladministrativetask : activitypointer + { + /// + /// Create a new spd_generaladministrativetask object. + /// + /// Initial value of regardingobjectid_new_interactionforemail. + /// Initial value of regardingobjectid_knowledgebaserecord. + /// Initial value of regardingobjectid_account. + /// Initial value of createdby. + /// Initial value of regardingobjectid_contact. + /// Initial value of sendermailboxid. + /// Initial value of transactioncurrencyid. + /// Initial value of ownerid. + /// Initial value of owninguser. + /// Initial value of sla_activitypointer_sla. + /// Initial value of owningbusinessunit. + /// Initial value of regardingobjectid_knowledgearticle. + /// Initial value of modifiedonbehalfby. + /// Initial value of createdonbehalfby. + /// Initial value of modifiedby. + /// Initial value of owningteam. + /// Initial value of slainvokedid_activitypointer_sla. + /// Initial value of regardingobjectid_msdyn_postalbum. + /// Initial value of regardingobjectid_spd_orgregistration. + /// Initial value of regardingobjectid_spd_portalinvitation. + /// Initial value of regardingobjectid_spd_application. + /// Initial value of regardingobjectid_contract. + /// Initial value of regardingobjectid_entitlement. + /// Initial value of regardingobjectid_entitlementtemplate. + /// Initial value of regardingobjectid_incident. + /// Initial value of regardingobjectid_site. + /// Initial value of serviceid. + /// Initial value of regardingobjectid_campaign. + /// Initial value of regardingobjectid_lead. + /// Initial value of regardingobjectid_invoice. + /// Initial value of regardingobjectid_opportunity. + /// Initial value of regardingobjectid_bookableresourcebooking. + /// Initial value of regardingobjectid_bookableresourcebookingheader. + /// Initial value of regardingobjectid_campaignactivity. + /// Initial value of regardingobjectid_bulkoperation. + /// Initial value of regardingobjectid_msdyn_playbookinstance. + /// Initial value of regardingobjectid_quote. + /// Initial value of regardingobjectid_salesorder. + /// Initial value of regardingobjectid_spd_complaint. + /// Initial value of regardingobjectid_spd_fine. + /// Initial value of regardingobjectid_new_interactionforemail_spd_generaladministrativetask. + /// Initial value of regardingobjectid_knowledgebaserecord_spd_generaladministrativetask. + /// Initial value of regardingobjectid_lead_spd_generaladministrativetask. + /// Initial value of regardingobjectid_bookableresourcebooking_spd_generaladministrativetask. + /// Initial value of regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask. + /// Initial value of regardingobjectid_bulkoperation_spd_generaladministrativetask. + /// Initial value of regardingobjectid_campaign_spd_generaladministrativetask. + /// Initial value of regardingobjectid_campaignactivity_spd_generaladministrativetask. + /// Initial value of regardingobjectid_contract_spd_generaladministrativetask. + /// Initial value of regardingobjectid_entitlement_spd_generaladministrativetask. + /// Initial value of regardingobjectid_entitlementtemplate_spd_generaladministrativetask. + /// Initial value of regardingobjectid_incident_spd_generaladministrativetask. + /// Initial value of regardingobjectid_site_spd_generaladministrativetask. + /// Initial value of serviceid_spd_generaladministrativetask. + /// Initial value of regardingobjectid_invoice_spd_generaladministrativetask. + /// Initial value of regardingobjectid_opportunity_spd_generaladministrativetask. + /// Initial value of regardingobjectid_quote_spd_generaladministrativetask. + /// Initial value of regardingobjectid_salesorder_spd_generaladministrativetask. + /// Initial value of regardingobjectid_msdyn_postalbum_spd_generaladministrativetask. + /// Initial value of regardingobjectid_spd_orgregistration_spd_generaladministrativetask. + /// Initial value of regardingobjectid_spd_portalinvitation_spd_generaladministrativetask. + /// Initial value of regardingobjectid_spd_application_spd_generaladministrativetask. + /// Initial value of regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask. + /// Initial value of regardingobjectid_spd_complaint_spd_generaladministrativetask. + /// Initial value of regardingobjectid_spd_fine_spd_generaladministrativetask. + /// Initial value of regardingobjectid_account_spd_generaladministrativetask. + /// Initial value of createdby_spd_generaladministrativetask. + /// Initial value of regardingobjectid_contact_spd_generaladministrativetask. + /// Initial value of sendermailboxid_spd_generaladministrativetask. + /// Initial value of transactioncurrencyid_spd_generaladministrativetask. + /// Initial value of ownerid_spd_generaladministrativetask. + /// Initial value of owninguser_spd_generaladministrativetask. + /// Initial value of sla_activitypointer_sla_spd_generaladministrativetask. + /// Initial value of owningbusinessunit_spd_generaladministrativetask. + /// Initial value of regardingobjectid_knowledgearticle_spd_generaladministrativetask. + /// Initial value of modifiedonbehalfby_spd_generaladministrativetask. + /// Initial value of createdonbehalfby_spd_generaladministrativetask. + /// Initial value of modifiedby_spd_generaladministrativetask. + /// Initial value of owningteam_spd_generaladministrativetask. + /// Initial value of slainvokedid_activitypointer_sla_spd_generaladministrativetask. + /// Initial value of activityid_spd_generaladministrativetask. + /// Initial value of spd_actid_spd_generaladministrativetask. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public static spd_generaladministrativetask Createspd_generaladministrativetask(global::Microsoft.Dynamics.CRM.interactionforemail regardingobjectid_new_interactionforemail, + global::Microsoft.Dynamics.CRM.knowledgebaserecord regardingobjectid_knowledgebaserecord, + global::Microsoft.Dynamics.CRM.account regardingobjectid_account, + global::Microsoft.Dynamics.CRM.systemuser createdby, + global::Microsoft.Dynamics.CRM.contact regardingobjectid_contact, + global::Microsoft.Dynamics.CRM.mailbox sendermailboxid, + global::Microsoft.Dynamics.CRM.transactioncurrency transactioncurrencyid, + global::Microsoft.Dynamics.CRM.principal ownerid, + global::Microsoft.Dynamics.CRM.systemuser owninguser, + global::Microsoft.Dynamics.CRM.sla sla_activitypointer_sla, + global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit, + global::Microsoft.Dynamics.CRM.knowledgearticle regardingobjectid_knowledgearticle, + global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby, + global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby, + global::Microsoft.Dynamics.CRM.systemuser modifiedby, + global::Microsoft.Dynamics.CRM.team owningteam, + global::Microsoft.Dynamics.CRM.sla slainvokedid_activitypointer_sla, + global::Microsoft.Dynamics.CRM.msdyn_postalbum regardingobjectid_msdyn_postalbum, + global::Microsoft.Dynamics.CRM.spd_orgregistration regardingobjectid_spd_orgregistration, + global::Microsoft.Dynamics.CRM.spd_portalinvitation regardingobjectid_spd_portalinvitation, + global::Microsoft.Dynamics.CRM.spd_application regardingobjectid_spd_application, + global::Microsoft.Dynamics.CRM.contract regardingobjectid_contract, + global::Microsoft.Dynamics.CRM.entitlement regardingobjectid_entitlement, + global::Microsoft.Dynamics.CRM.entitlementtemplate regardingobjectid_entitlementtemplate, + global::Microsoft.Dynamics.CRM.incident regardingobjectid_incident, + global::Microsoft.Dynamics.CRM.site regardingobjectid_site, + global::Microsoft.Dynamics.CRM.service serviceid, + global::Microsoft.Dynamics.CRM.campaign regardingobjectid_campaign, + global::Microsoft.Dynamics.CRM.lead regardingobjectid_lead, + global::Microsoft.Dynamics.CRM.invoice regardingobjectid_invoice, + global::Microsoft.Dynamics.CRM.opportunity regardingobjectid_opportunity, + global::Microsoft.Dynamics.CRM.bookableresourcebooking regardingobjectid_bookableresourcebooking, + global::Microsoft.Dynamics.CRM.bookableresourcebookingheader regardingobjectid_bookableresourcebookingheader, + global::Microsoft.Dynamics.CRM.campaignactivity regardingobjectid_campaignactivity, + global::Microsoft.Dynamics.CRM.bulkoperation regardingobjectid_bulkoperation, + global::Microsoft.Dynamics.CRM.msdyn_playbookinstance regardingobjectid_msdyn_playbookinstance, + global::Microsoft.Dynamics.CRM.quote regardingobjectid_quote, + global::Microsoft.Dynamics.CRM.salesorder regardingobjectid_salesorder, + global::Microsoft.Dynamics.CRM.spd_complaint regardingobjectid_spd_complaint, + global::Microsoft.Dynamics.CRM.spd_fine regardingobjectid_spd_fine, + global::Microsoft.Dynamics.CRM.interactionforemail regardingobjectid_new_interactionforemail_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.knowledgebaserecord regardingobjectid_knowledgebaserecord_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.lead regardingobjectid_lead_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.bookableresourcebooking regardingobjectid_bookableresourcebooking_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.bookableresourcebookingheader regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.bulkoperation regardingobjectid_bulkoperation_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.campaign regardingobjectid_campaign_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.campaignactivity regardingobjectid_campaignactivity_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.contract regardingobjectid_contract_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.entitlement regardingobjectid_entitlement_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.entitlementtemplate regardingobjectid_entitlementtemplate_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.incident regardingobjectid_incident_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.site regardingobjectid_site_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.service serviceid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.invoice regardingobjectid_invoice_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.opportunity regardingobjectid_opportunity_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.quote regardingobjectid_quote_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.salesorder regardingobjectid_salesorder_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.msdyn_postalbum regardingobjectid_msdyn_postalbum_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_orgregistration regardingobjectid_spd_orgregistration_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_portalinvitation regardingobjectid_spd_portalinvitation_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_application regardingobjectid_spd_application_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.msdyn_playbookinstance regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_complaint regardingobjectid_spd_complaint_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_fine regardingobjectid_spd_fine_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.account regardingobjectid_account_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.systemuser createdby_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.contact regardingobjectid_contact_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.mailbox sendermailboxid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.transactioncurrency transactioncurrencyid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.principal ownerid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.systemuser owninguser_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.sla sla_activitypointer_sla_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.knowledgearticle regardingobjectid_knowledgearticle_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.systemuser modifiedby_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.team owningteam_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.sla slainvokedid_activitypointer_sla_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.activitypointer activityid_spd_generaladministrativetask, + global::Microsoft.Dynamics.CRM.spd_act spd_actid_spd_generaladministrativetask) + { + spd_generaladministrativetask spd_generaladministrativetask = new spd_generaladministrativetask(); + if ((regardingobjectid_new_interactionforemail == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_new_interactionforemail"); + } + spd_generaladministrativetask.regardingobjectid_new_interactionforemail = regardingobjectid_new_interactionforemail; + if ((regardingobjectid_knowledgebaserecord == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_knowledgebaserecord"); + } + spd_generaladministrativetask.regardingobjectid_knowledgebaserecord = regardingobjectid_knowledgebaserecord; + if ((regardingobjectid_account == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_account"); + } + spd_generaladministrativetask.regardingobjectid_account = regardingobjectid_account; + if ((createdby == null)) + { + throw new global::System.ArgumentNullException("createdby"); + } + spd_generaladministrativetask.createdby = createdby; + if ((regardingobjectid_contact == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_contact"); + } + spd_generaladministrativetask.regardingobjectid_contact = regardingobjectid_contact; + if ((sendermailboxid == null)) + { + throw new global::System.ArgumentNullException("sendermailboxid"); + } + spd_generaladministrativetask.sendermailboxid = sendermailboxid; + if ((transactioncurrencyid == null)) + { + throw new global::System.ArgumentNullException("transactioncurrencyid"); + } + spd_generaladministrativetask.transactioncurrencyid = transactioncurrencyid; + if ((ownerid == null)) + { + throw new global::System.ArgumentNullException("ownerid"); + } + spd_generaladministrativetask.ownerid = ownerid; + if ((owninguser == null)) + { + throw new global::System.ArgumentNullException("owninguser"); + } + spd_generaladministrativetask.owninguser = owninguser; + if ((sla_activitypointer_sla == null)) + { + throw new global::System.ArgumentNullException("sla_activitypointer_sla"); + } + spd_generaladministrativetask.sla_activitypointer_sla = sla_activitypointer_sla; + if ((owningbusinessunit == null)) + { + throw new global::System.ArgumentNullException("owningbusinessunit"); + } + spd_generaladministrativetask.owningbusinessunit = owningbusinessunit; + if ((regardingobjectid_knowledgearticle == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_knowledgearticle"); + } + spd_generaladministrativetask.regardingobjectid_knowledgearticle = regardingobjectid_knowledgearticle; + if ((modifiedonbehalfby == null)) + { + throw new global::System.ArgumentNullException("modifiedonbehalfby"); + } + spd_generaladministrativetask.modifiedonbehalfby = modifiedonbehalfby; + if ((createdonbehalfby == null)) + { + throw new global::System.ArgumentNullException("createdonbehalfby"); + } + spd_generaladministrativetask.createdonbehalfby = createdonbehalfby; + if ((modifiedby == null)) + { + throw new global::System.ArgumentNullException("modifiedby"); + } + spd_generaladministrativetask.modifiedby = modifiedby; + if ((owningteam == null)) + { + throw new global::System.ArgumentNullException("owningteam"); + } + spd_generaladministrativetask.owningteam = owningteam; + if ((slainvokedid_activitypointer_sla == null)) + { + throw new global::System.ArgumentNullException("slainvokedid_activitypointer_sla"); + } + spd_generaladministrativetask.slainvokedid_activitypointer_sla = slainvokedid_activitypointer_sla; + if ((regardingobjectid_msdyn_postalbum == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_msdyn_postalbum"); + } + spd_generaladministrativetask.regardingobjectid_msdyn_postalbum = regardingobjectid_msdyn_postalbum; + if ((regardingobjectid_spd_orgregistration == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_orgregistration"); + } + spd_generaladministrativetask.regardingobjectid_spd_orgregistration = regardingobjectid_spd_orgregistration; + if ((regardingobjectid_spd_portalinvitation == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_portalinvitation"); + } + spd_generaladministrativetask.regardingobjectid_spd_portalinvitation = regardingobjectid_spd_portalinvitation; + if ((regardingobjectid_spd_application == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_application"); + } + spd_generaladministrativetask.regardingobjectid_spd_application = regardingobjectid_spd_application; + if ((regardingobjectid_contract == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_contract"); + } + spd_generaladministrativetask.regardingobjectid_contract = regardingobjectid_contract; + if ((regardingobjectid_entitlement == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_entitlement"); + } + spd_generaladministrativetask.regardingobjectid_entitlement = regardingobjectid_entitlement; + if ((regardingobjectid_entitlementtemplate == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_entitlementtemplate"); + } + spd_generaladministrativetask.regardingobjectid_entitlementtemplate = regardingobjectid_entitlementtemplate; + if ((regardingobjectid_incident == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_incident"); + } + spd_generaladministrativetask.regardingobjectid_incident = regardingobjectid_incident; + if ((regardingobjectid_site == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_site"); + } + spd_generaladministrativetask.regardingobjectid_site = regardingobjectid_site; + if ((serviceid == null)) + { + throw new global::System.ArgumentNullException("serviceid"); + } + spd_generaladministrativetask.serviceid = serviceid; + if ((regardingobjectid_campaign == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_campaign"); + } + spd_generaladministrativetask.regardingobjectid_campaign = regardingobjectid_campaign; + if ((regardingobjectid_lead == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_lead"); + } + spd_generaladministrativetask.regardingobjectid_lead = regardingobjectid_lead; + if ((regardingobjectid_invoice == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_invoice"); + } + spd_generaladministrativetask.regardingobjectid_invoice = regardingobjectid_invoice; + if ((regardingobjectid_opportunity == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_opportunity"); + } + spd_generaladministrativetask.regardingobjectid_opportunity = regardingobjectid_opportunity; + if ((regardingobjectid_bookableresourcebooking == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bookableresourcebooking"); + } + spd_generaladministrativetask.regardingobjectid_bookableresourcebooking = regardingobjectid_bookableresourcebooking; + if ((regardingobjectid_bookableresourcebookingheader == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bookableresourcebookingheader"); + } + spd_generaladministrativetask.regardingobjectid_bookableresourcebookingheader = regardingobjectid_bookableresourcebookingheader; + if ((regardingobjectid_campaignactivity == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_campaignactivity"); + } + spd_generaladministrativetask.regardingobjectid_campaignactivity = regardingobjectid_campaignactivity; + if ((regardingobjectid_bulkoperation == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bulkoperation"); + } + spd_generaladministrativetask.regardingobjectid_bulkoperation = regardingobjectid_bulkoperation; + if ((regardingobjectid_msdyn_playbookinstance == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_msdyn_playbookinstance"); + } + spd_generaladministrativetask.regardingobjectid_msdyn_playbookinstance = regardingobjectid_msdyn_playbookinstance; + if ((regardingobjectid_quote == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_quote"); + } + spd_generaladministrativetask.regardingobjectid_quote = regardingobjectid_quote; + if ((regardingobjectid_salesorder == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_salesorder"); + } + spd_generaladministrativetask.regardingobjectid_salesorder = regardingobjectid_salesorder; + if ((regardingobjectid_spd_complaint == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_complaint"); + } + spd_generaladministrativetask.regardingobjectid_spd_complaint = regardingobjectid_spd_complaint; + if ((regardingobjectid_spd_fine == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_fine"); + } + spd_generaladministrativetask.regardingobjectid_spd_fine = regardingobjectid_spd_fine; + if ((regardingobjectid_new_interactionforemail_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_new_interactionforemail_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_new_interactionforemail_spd_generaladministrativetask = regardingobjectid_new_interactionforemail_spd_generaladministrativetask; + if ((regardingobjectid_knowledgebaserecord_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_knowledgebaserecord_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_knowledgebaserecord_spd_generaladministrativetask = regardingobjectid_knowledgebaserecord_spd_generaladministrativetask; + if ((regardingobjectid_lead_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_lead_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_lead_spd_generaladministrativetask = regardingobjectid_lead_spd_generaladministrativetask; + if ((regardingobjectid_bookableresourcebooking_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bookableresourcebooking_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_bookableresourcebooking_spd_generaladministrativetask = regardingobjectid_bookableresourcebooking_spd_generaladministrativetask; + if ((regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask = regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask; + if ((regardingobjectid_bulkoperation_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_bulkoperation_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_bulkoperation_spd_generaladministrativetask = regardingobjectid_bulkoperation_spd_generaladministrativetask; + if ((regardingobjectid_campaign_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_campaign_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_campaign_spd_generaladministrativetask = regardingobjectid_campaign_spd_generaladministrativetask; + if ((regardingobjectid_campaignactivity_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_campaignactivity_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_campaignactivity_spd_generaladministrativetask = regardingobjectid_campaignactivity_spd_generaladministrativetask; + if ((regardingobjectid_contract_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_contract_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_contract_spd_generaladministrativetask = regardingobjectid_contract_spd_generaladministrativetask; + if ((regardingobjectid_entitlement_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_entitlement_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_entitlement_spd_generaladministrativetask = regardingobjectid_entitlement_spd_generaladministrativetask; + if ((regardingobjectid_entitlementtemplate_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_entitlementtemplate_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_entitlementtemplate_spd_generaladministrativetask = regardingobjectid_entitlementtemplate_spd_generaladministrativetask; + if ((regardingobjectid_incident_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_incident_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_incident_spd_generaladministrativetask = regardingobjectid_incident_spd_generaladministrativetask; + if ((regardingobjectid_site_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_site_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_site_spd_generaladministrativetask = regardingobjectid_site_spd_generaladministrativetask; + if ((serviceid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("serviceid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.serviceid_spd_generaladministrativetask = serviceid_spd_generaladministrativetask; + if ((regardingobjectid_invoice_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_invoice_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_invoice_spd_generaladministrativetask = regardingobjectid_invoice_spd_generaladministrativetask; + if ((regardingobjectid_opportunity_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_opportunity_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_opportunity_spd_generaladministrativetask = regardingobjectid_opportunity_spd_generaladministrativetask; + if ((regardingobjectid_quote_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_quote_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_quote_spd_generaladministrativetask = regardingobjectid_quote_spd_generaladministrativetask; + if ((regardingobjectid_salesorder_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_salesorder_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_salesorder_spd_generaladministrativetask = regardingobjectid_salesorder_spd_generaladministrativetask; + if ((regardingobjectid_msdyn_postalbum_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_msdyn_postalbum_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_msdyn_postalbum_spd_generaladministrativetask = regardingobjectid_msdyn_postalbum_spd_generaladministrativetask; + if ((regardingobjectid_spd_orgregistration_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_orgregistration_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_spd_orgregistration_spd_generaladministrativetask = regardingobjectid_spd_orgregistration_spd_generaladministrativetask; + if ((regardingobjectid_spd_portalinvitation_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_portalinvitation_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_spd_portalinvitation_spd_generaladministrativetask = regardingobjectid_spd_portalinvitation_spd_generaladministrativetask; + if ((regardingobjectid_spd_application_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_application_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_spd_application_spd_generaladministrativetask = regardingobjectid_spd_application_spd_generaladministrativetask; + if ((regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask = regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask; + if ((regardingobjectid_spd_complaint_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_complaint_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_spd_complaint_spd_generaladministrativetask = regardingobjectid_spd_complaint_spd_generaladministrativetask; + if ((regardingobjectid_spd_fine_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_fine_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_spd_fine_spd_generaladministrativetask = regardingobjectid_spd_fine_spd_generaladministrativetask; + if ((regardingobjectid_account_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_account_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_account_spd_generaladministrativetask = regardingobjectid_account_spd_generaladministrativetask; + if ((createdby_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("createdby_spd_generaladministrativetask"); + } + spd_generaladministrativetask.createdby_spd_generaladministrativetask = createdby_spd_generaladministrativetask; + if ((regardingobjectid_contact_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_contact_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_contact_spd_generaladministrativetask = regardingobjectid_contact_spd_generaladministrativetask; + if ((sendermailboxid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("sendermailboxid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.sendermailboxid_spd_generaladministrativetask = sendermailboxid_spd_generaladministrativetask; + if ((transactioncurrencyid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("transactioncurrencyid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.transactioncurrencyid_spd_generaladministrativetask = transactioncurrencyid_spd_generaladministrativetask; + if ((ownerid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("ownerid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.ownerid_spd_generaladministrativetask = ownerid_spd_generaladministrativetask; + if ((owninguser_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("owninguser_spd_generaladministrativetask"); + } + spd_generaladministrativetask.owninguser_spd_generaladministrativetask = owninguser_spd_generaladministrativetask; + if ((sla_activitypointer_sla_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("sla_activitypointer_sla_spd_generaladministrativetask"); + } + spd_generaladministrativetask.sla_activitypointer_sla_spd_generaladministrativetask = sla_activitypointer_sla_spd_generaladministrativetask; + if ((owningbusinessunit_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("owningbusinessunit_spd_generaladministrativetask"); + } + spd_generaladministrativetask.owningbusinessunit_spd_generaladministrativetask = owningbusinessunit_spd_generaladministrativetask; + if ((regardingobjectid_knowledgearticle_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_knowledgearticle_spd_generaladministrativetask"); + } + spd_generaladministrativetask.regardingobjectid_knowledgearticle_spd_generaladministrativetask = regardingobjectid_knowledgearticle_spd_generaladministrativetask; + if ((modifiedonbehalfby_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("modifiedonbehalfby_spd_generaladministrativetask"); + } + spd_generaladministrativetask.modifiedonbehalfby_spd_generaladministrativetask = modifiedonbehalfby_spd_generaladministrativetask; + if ((createdonbehalfby_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("createdonbehalfby_spd_generaladministrativetask"); + } + spd_generaladministrativetask.createdonbehalfby_spd_generaladministrativetask = createdonbehalfby_spd_generaladministrativetask; + if ((modifiedby_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("modifiedby_spd_generaladministrativetask"); + } + spd_generaladministrativetask.modifiedby_spd_generaladministrativetask = modifiedby_spd_generaladministrativetask; + if ((owningteam_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("owningteam_spd_generaladministrativetask"); + } + spd_generaladministrativetask.owningteam_spd_generaladministrativetask = owningteam_spd_generaladministrativetask; + if ((slainvokedid_activitypointer_sla_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("slainvokedid_activitypointer_sla_spd_generaladministrativetask"); + } + spd_generaladministrativetask.slainvokedid_activitypointer_sla_spd_generaladministrativetask = slainvokedid_activitypointer_sla_spd_generaladministrativetask; + if ((activityid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("activityid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.activityid_spd_generaladministrativetask = activityid_spd_generaladministrativetask; + if ((spd_actid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("spd_actid_spd_generaladministrativetask"); + } + spd_generaladministrativetask.spd_actid_spd_generaladministrativetask = spd_actid_spd_generaladministrativetask; + return spd_generaladministrativetask; + } + /// + /// There are no comments for Property _spd_actid_value in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable _spd_actid_value + { + get + { + return this.__spd_actid_value; + } + set + { + this.On_spd_actid_valueChanging(value); + this.__spd_actid_value = value; + this.On_spd_actid_valueChanged(); + this.OnPropertyChanged("_spd_actid_value"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable __spd_actid_value; + partial void On_spd_actid_valueChanging(global::System.Nullable value); + partial void On_spd_actid_valueChanged(); + /// + /// There are no comments for Property overriddencreatedon in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable overriddencreatedon + { + get + { + return this._overriddencreatedon; + } + set + { + this.OnoverriddencreatedonChanging(value); + this._overriddencreatedon = value; + this.OnoverriddencreatedonChanged(); + this.OnPropertyChanged("overriddencreatedon"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _overriddencreatedon; + partial void OnoverriddencreatedonChanging(global::System.Nullable value); + partial void OnoverriddencreatedonChanged(); + /// + /// There are no comments for Property importsequencenumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable importsequencenumber + { + get + { + return this._importsequencenumber; + } + set + { + this.OnimportsequencenumberChanging(value); + this._importsequencenumber = value; + this.OnimportsequencenumberChanged(); + this.OnPropertyChanged("importsequencenumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _importsequencenumber; + partial void OnimportsequencenumberChanging(global::System.Nullable value); + partial void OnimportsequencenumberChanged(); + /// + /// There are no comments for Property regardingobjectid_new_interactionforemail_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_outcomeid_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_new_interactionforemail_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.interactionforemail regardingobjectid_new_interactionforemail_spd_generaladministrativetask { get { - return this.__spd_outcomeid_value; + return this._regardingobjectid_new_interactionforemail_spd_generaladministrativetask; } set { - this.On_spd_outcomeid_valueChanging(value); - this.__spd_outcomeid_value = value; - this.On_spd_outcomeid_valueChanged(); - this.OnPropertyChanged("_spd_outcomeid_value"); + this.Onregardingobjectid_new_interactionforemail_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_new_interactionforemail_spd_generaladministrativetask = value; + this.Onregardingobjectid_new_interactionforemail_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_new_interactionforemail_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_outcomeid_value; - partial void On_spd_outcomeid_valueChanging(global::System.Nullable value); - partial void On_spd_outcomeid_valueChanged(); + private global::Microsoft.Dynamics.CRM.interactionforemail _regardingobjectid_new_interactionforemail_spd_generaladministrativetask; + partial void Onregardingobjectid_new_interactionforemail_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.interactionforemail value); + partial void Onregardingobjectid_new_interactionforemail_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property modifiedon in the schema. + /// There are no comments for Property regardingobjectid_knowledgebaserecord_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable modifiedon + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_knowledgebaserecord_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.knowledgebaserecord regardingobjectid_knowledgebaserecord_spd_generaladministrativetask { get { - return this._modifiedon; + return this._regardingobjectid_knowledgebaserecord_spd_generaladministrativetask; } set { - this.OnmodifiedonChanging(value); - this._modifiedon = value; - this.OnmodifiedonChanged(); - this.OnPropertyChanged("modifiedon"); + this.Onregardingobjectid_knowledgebaserecord_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_knowledgebaserecord_spd_generaladministrativetask = value; + this.Onregardingobjectid_knowledgebaserecord_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_knowledgebaserecord_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _modifiedon; - partial void OnmodifiedonChanging(global::System.Nullable value); - partial void OnmodifiedonChanged(); + private global::Microsoft.Dynamics.CRM.knowledgebaserecord _regardingobjectid_knowledgebaserecord_spd_generaladministrativetask; + partial void Onregardingobjectid_knowledgebaserecord_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.knowledgebaserecord value); + partial void Onregardingobjectid_knowledgebaserecord_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_dollaramount_base in the schema. + /// There are no comments for Property regardingobjectid_lead_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_dollaramount_base + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_lead_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.lead regardingobjectid_lead_spd_generaladministrativetask { get { - return this._spd_dollaramount_base; + return this._regardingobjectid_lead_spd_generaladministrativetask; } set { - this.Onspd_dollaramount_baseChanging(value); - this._spd_dollaramount_base = value; - this.Onspd_dollaramount_baseChanged(); - this.OnPropertyChanged("spd_dollaramount_base"); + this.Onregardingobjectid_lead_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_lead_spd_generaladministrativetask = value; + this.Onregardingobjectid_lead_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_lead_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_dollaramount_base; - partial void Onspd_dollaramount_baseChanging(global::System.Nullable value); - partial void Onspd_dollaramount_baseChanged(); + private global::Microsoft.Dynamics.CRM.lead _regardingobjectid_lead_spd_generaladministrativetask; + partial void Onregardingobjectid_lead_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.lead value); + partial void Onregardingobjectid_lead_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_licensingfigaroid in the schema. + /// There are no comments for Property regardingobjectid_bookableresourcebooking_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_licensingfigaroid + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_bookableresourcebooking_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebooking regardingobjectid_bookableresourcebooking_spd_generaladministrativetask { get { - return this._spd_licensingfigaroid; + return this._regardingobjectid_bookableresourcebooking_spd_generaladministrativetask; } set { - this.Onspd_licensingfigaroidChanging(value); - this._spd_licensingfigaroid = value; - this.Onspd_licensingfigaroidChanged(); - this.OnPropertyChanged("spd_licensingfigaroid"); + this.Onregardingobjectid_bookableresourcebooking_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_bookableresourcebooking_spd_generaladministrativetask = value; + this.Onregardingobjectid_bookableresourcebooking_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_bookableresourcebooking_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_licensingfigaroid; - partial void Onspd_licensingfigaroidChanging(string value); - partial void Onspd_licensingfigaroidChanged(); + private global::Microsoft.Dynamics.CRM.bookableresourcebooking _regardingobjectid_bookableresourcebooking_spd_generaladministrativetask; + partial void Onregardingobjectid_bookableresourcebooking_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.bookableresourcebooking value); + partial void Onregardingobjectid_bookableresourcebooking_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property overriddencreatedon in the schema. + /// There are no comments for Property regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable overriddencreatedon + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.bookableresourcebookingheader regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask { get { - return this._overriddencreatedon; + return this._regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask; } set { - this.OnoverriddencreatedonChanging(value); - this._overriddencreatedon = value; - this.OnoverriddencreatedonChanged(); - this.OnPropertyChanged("overriddencreatedon"); + this.Onregardingobjectid_bookableresourcebookingheader_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask = value; + this.Onregardingobjectid_bookableresourcebookingheader_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _overriddencreatedon; - partial void OnoverriddencreatedonChanging(global::System.Nullable value); - partial void OnoverriddencreatedonChanged(); + private global::Microsoft.Dynamics.CRM.bookableresourcebookingheader _regardingobjectid_bookableresourcebookingheader_spd_generaladministrativetask; + partial void Onregardingobjectid_bookableresourcebookingheader_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.bookableresourcebookingheader value); + partial void Onregardingobjectid_bookableresourcebookingheader_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_finetype in the schema. + /// There are no comments for Property regardingobjectid_bulkoperation_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_finetype + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_bulkoperation_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.bulkoperation regardingobjectid_bulkoperation_spd_generaladministrativetask { get { - return this._spd_finetype; + return this._regardingobjectid_bulkoperation_spd_generaladministrativetask; } set { - this.Onspd_finetypeChanging(value); - this._spd_finetype = value; - this.Onspd_finetypeChanged(); - this.OnPropertyChanged("spd_finetype"); + this.Onregardingobjectid_bulkoperation_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_bulkoperation_spd_generaladministrativetask = value; + this.Onregardingobjectid_bulkoperation_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_bulkoperation_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_finetype; - partial void Onspd_finetypeChanging(global::System.Nullable value); - partial void Onspd_finetypeChanged(); + private global::Microsoft.Dynamics.CRM.bulkoperation _regardingobjectid_bulkoperation_spd_generaladministrativetask; + partial void Onregardingobjectid_bulkoperation_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.bulkoperation value); + partial void Onregardingobjectid_bulkoperation_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _spd_caseid_value in the schema. + /// There are no comments for Property regardingobjectid_campaign_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_caseid_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_campaign_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.campaign regardingobjectid_campaign_spd_generaladministrativetask { get { - return this.__spd_caseid_value; + return this._regardingobjectid_campaign_spd_generaladministrativetask; } set { - this.On_spd_caseid_valueChanging(value); - this.__spd_caseid_value = value; - this.On_spd_caseid_valueChanged(); - this.OnPropertyChanged("_spd_caseid_value"); + this.Onregardingobjectid_campaign_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_campaign_spd_generaladministrativetask = value; + this.Onregardingobjectid_campaign_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_campaign_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_caseid_value; - partial void On_spd_caseid_valueChanging(global::System.Nullable value); - partial void On_spd_caseid_valueChanged(); + private global::Microsoft.Dynamics.CRM.campaign _regardingobjectid_campaign_spd_generaladministrativetask; + partial void Onregardingobjectid_campaign_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.campaign value); + partial void Onregardingobjectid_campaign_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _transactioncurrencyid_value in the schema. + /// There are no comments for Property regardingobjectid_campaignactivity_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _transactioncurrencyid_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_campaignactivity_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.campaignactivity regardingobjectid_campaignactivity_spd_generaladministrativetask { get { - return this.__transactioncurrencyid_value; + return this._regardingobjectid_campaignactivity_spd_generaladministrativetask; } set { - this.On_transactioncurrencyid_valueChanging(value); - this.__transactioncurrencyid_value = value; - this.On_transactioncurrencyid_valueChanged(); - this.OnPropertyChanged("_transactioncurrencyid_value"); + this.Onregardingobjectid_campaignactivity_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_campaignactivity_spd_generaladministrativetask = value; + this.Onregardingobjectid_campaignactivity_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_campaignactivity_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __transactioncurrencyid_value; - partial void On_transactioncurrencyid_valueChanging(global::System.Nullable value); - partial void On_transactioncurrencyid_valueChanged(); + private global::Microsoft.Dynamics.CRM.campaignactivity _regardingobjectid_campaignactivity_spd_generaladministrativetask; + partial void Onregardingobjectid_campaignactivity_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.campaignactivity value); + partial void Onregardingobjectid_campaignactivity_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _ownerid_value in the schema. + /// There are no comments for Property regardingobjectid_contract_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _ownerid_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_contract_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.contract regardingobjectid_contract_spd_generaladministrativetask { get { - return this.__ownerid_value; + return this._regardingobjectid_contract_spd_generaladministrativetask; } set { - this.On_ownerid_valueChanging(value); - this.__ownerid_value = value; - this.On_ownerid_valueChanged(); - this.OnPropertyChanged("_ownerid_value"); + this.Onregardingobjectid_contract_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_contract_spd_generaladministrativetask = value; + this.Onregardingobjectid_contract_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_contract_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __ownerid_value; - partial void On_ownerid_valueChanging(global::System.Nullable value); - partial void On_ownerid_valueChanged(); + private global::Microsoft.Dynamics.CRM.contract _regardingobjectid_contract_spd_generaladministrativetask; + partial void Onregardingobjectid_contract_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.contract value); + partial void Onregardingobjectid_contract_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property versionnumber in the schema. + /// There are no comments for Property regardingobjectid_entitlement_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable versionnumber + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_entitlement_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.entitlement regardingobjectid_entitlement_spd_generaladministrativetask { get { - return this._versionnumber; + return this._regardingobjectid_entitlement_spd_generaladministrativetask; } set { - this.OnversionnumberChanging(value); - this._versionnumber = value; - this.OnversionnumberChanged(); - this.OnPropertyChanged("versionnumber"); + this.Onregardingobjectid_entitlement_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_entitlement_spd_generaladministrativetask = value; + this.Onregardingobjectid_entitlement_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_entitlement_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _versionnumber; - partial void OnversionnumberChanging(global::System.Nullable value); - partial void OnversionnumberChanged(); + private global::Microsoft.Dynamics.CRM.entitlement _regardingobjectid_entitlement_spd_generaladministrativetask; + partial void Onregardingobjectid_entitlement_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.entitlement value); + partial void Onregardingobjectid_entitlement_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fineid in the schema. + /// There are no comments for Property regardingobjectid_entitlementtemplate_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_fineid + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_entitlementtemplate_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.entitlementtemplate regardingobjectid_entitlementtemplate_spd_generaladministrativetask { get { - return this._spd_fineid; + return this._regardingobjectid_entitlementtemplate_spd_generaladministrativetask; } set { - this.Onspd_fineidChanging(value); - this._spd_fineid = value; - this.Onspd_fineidChanged(); - this.OnPropertyChanged("spd_fineid"); + this.Onregardingobjectid_entitlementtemplate_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_entitlementtemplate_spd_generaladministrativetask = value; + this.Onregardingobjectid_entitlementtemplate_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_entitlementtemplate_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_fineid; - partial void Onspd_fineidChanging(global::System.Nullable value); - partial void Onspd_fineidChanged(); + private global::Microsoft.Dynamics.CRM.entitlementtemplate _regardingobjectid_entitlementtemplate_spd_generaladministrativetask; + partial void Onregardingobjectid_entitlementtemplate_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.entitlementtemplate value); + partial void Onregardingobjectid_entitlementtemplate_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property regardingobjectid_incident_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_incident_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.incident regardingobjectid_incident_spd_generaladministrativetask { get { - return this._statuscode; + return this._regardingobjectid_incident_spd_generaladministrativetask; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.Onregardingobjectid_incident_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_incident_spd_generaladministrativetask = value; + this.Onregardingobjectid_incident_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_incident_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::Microsoft.Dynamics.CRM.incident _regardingobjectid_incident_spd_generaladministrativetask; + partial void Onregardingobjectid_incident_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.incident value); + partial void Onregardingobjectid_incident_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_finereceiptnumber in the schema. + /// There are no comments for Property regardingobjectid_site_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_finereceiptnumber + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_site_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.site regardingobjectid_site_spd_generaladministrativetask { get { - return this._spd_finereceiptnumber; + return this._regardingobjectid_site_spd_generaladministrativetask; } set { - this.Onspd_finereceiptnumberChanging(value); - this._spd_finereceiptnumber = value; - this.Onspd_finereceiptnumberChanged(); - this.OnPropertyChanged("spd_finereceiptnumber"); + this.Onregardingobjectid_site_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_site_spd_generaladministrativetask = value; + this.Onregardingobjectid_site_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_site_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_finereceiptnumber; - partial void Onspd_finereceiptnumberChanging(string value); - partial void Onspd_finereceiptnumberChanged(); + private global::Microsoft.Dynamics.CRM.site _regardingobjectid_site_spd_generaladministrativetask; + partial void Onregardingobjectid_site_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.site value); + partial void Onregardingobjectid_site_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property utcconversiontimezonecode in the schema. + /// There are no comments for Property serviceid_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable utcconversiontimezonecode + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "serviceid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.service serviceid_spd_generaladministrativetask { get { - return this._utcconversiontimezonecode; + return this._serviceid_spd_generaladministrativetask; } set { - this.OnutcconversiontimezonecodeChanging(value); - this._utcconversiontimezonecode = value; - this.OnutcconversiontimezonecodeChanged(); - this.OnPropertyChanged("utcconversiontimezonecode"); + this.Onserviceid_spd_generaladministrativetaskChanging(value); + this._serviceid_spd_generaladministrativetask = value; + this.Onserviceid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("serviceid_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _utcconversiontimezonecode; - partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); - partial void OnutcconversiontimezonecodeChanged(); + private global::Microsoft.Dynamics.CRM.service _serviceid_spd_generaladministrativetask; + partial void Onserviceid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.service value); + partial void Onserviceid_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _owningbusinessunit_value in the schema. + /// There are no comments for Property regardingobjectid_invoice_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningbusinessunit_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_invoice_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.invoice regardingobjectid_invoice_spd_generaladministrativetask { get { - return this.__owningbusinessunit_value; + return this._regardingobjectid_invoice_spd_generaladministrativetask; } set { - this.On_owningbusinessunit_valueChanging(value); - this.__owningbusinessunit_value = value; - this.On_owningbusinessunit_valueChanged(); - this.OnPropertyChanged("_owningbusinessunit_value"); + this.Onregardingobjectid_invoice_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_invoice_spd_generaladministrativetask = value; + this.Onregardingobjectid_invoice_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_invoice_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __owningbusinessunit_value; - partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); - partial void On_owningbusinessunit_valueChanged(); + private global::Microsoft.Dynamics.CRM.invoice _regardingobjectid_invoice_spd_generaladministrativetask; + partial void Onregardingobjectid_invoice_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.invoice value); + partial void Onregardingobjectid_invoice_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _spd_subjectid_value in the schema. + /// There are no comments for Property regardingobjectid_opportunity_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_subjectid_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_opportunity_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.opportunity regardingobjectid_opportunity_spd_generaladministrativetask { get { - return this.__spd_subjectid_value; + return this._regardingobjectid_opportunity_spd_generaladministrativetask; } set { - this.On_spd_subjectid_valueChanging(value); - this.__spd_subjectid_value = value; - this.On_spd_subjectid_valueChanged(); - this.OnPropertyChanged("_spd_subjectid_value"); + this.Onregardingobjectid_opportunity_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_opportunity_spd_generaladministrativetask = value; + this.Onregardingobjectid_opportunity_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_opportunity_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_subjectid_value; - partial void On_spd_subjectid_valueChanging(global::System.Nullable value); - partial void On_spd_subjectid_valueChanged(); + private global::Microsoft.Dynamics.CRM.opportunity _regardingobjectid_opportunity_spd_generaladministrativetask; + partial void Onregardingobjectid_opportunity_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.opportunity value); + partial void Onregardingobjectid_opportunity_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property exchangerate in the schema. + /// There are no comments for Property regardingobjectid_quote_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable exchangerate + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_quote_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.quote regardingobjectid_quote_spd_generaladministrativetask { get { - return this._exchangerate; + return this._regardingobjectid_quote_spd_generaladministrativetask; } set { - this.OnexchangerateChanging(value); - this._exchangerate = value; - this.OnexchangerateChanged(); - this.OnPropertyChanged("exchangerate"); + this.Onregardingobjectid_quote_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_quote_spd_generaladministrativetask = value; + this.Onregardingobjectid_quote_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_quote_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _exchangerate; - partial void OnexchangerateChanging(global::System.Nullable value); - partial void OnexchangerateChanged(); + private global::Microsoft.Dynamics.CRM.quote _regardingobjectid_quote_spd_generaladministrativetask; + partial void Onregardingobjectid_quote_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.quote value); + partial void Onregardingobjectid_quote_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _modifiedonbehalfby_value in the schema. + /// There are no comments for Property regardingobjectid_salesorder_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _modifiedonbehalfby_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_salesorder_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.salesorder regardingobjectid_salesorder_spd_generaladministrativetask { get { - return this.__modifiedonbehalfby_value; + return this._regardingobjectid_salesorder_spd_generaladministrativetask; } set { - this.On_modifiedonbehalfby_valueChanging(value); - this.__modifiedonbehalfby_value = value; - this.On_modifiedonbehalfby_valueChanged(); - this.OnPropertyChanged("_modifiedonbehalfby_value"); + this.Onregardingobjectid_salesorder_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_salesorder_spd_generaladministrativetask = value; + this.Onregardingobjectid_salesorder_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_salesorder_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __modifiedonbehalfby_value; - partial void On_modifiedonbehalfby_valueChanging(global::System.Nullable value); - partial void On_modifiedonbehalfby_valueChanged(); + private global::Microsoft.Dynamics.CRM.salesorder _regardingobjectid_salesorder_spd_generaladministrativetask; + partial void Onregardingobjectid_salesorder_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.salesorder value); + partial void Onregardingobjectid_salesorder_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_dollaramount in the schema. + /// There are no comments for Property regardingobjectid_msdyn_postalbum_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_dollaramount + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_msdyn_postalbum_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_postalbum regardingobjectid_msdyn_postalbum_spd_generaladministrativetask { get { - return this._spd_dollaramount; + return this._regardingobjectid_msdyn_postalbum_spd_generaladministrativetask; } set { - this.Onspd_dollaramountChanging(value); - this._spd_dollaramount = value; - this.Onspd_dollaramountChanged(); - this.OnPropertyChanged("spd_dollaramount"); + this.Onregardingobjectid_msdyn_postalbum_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_msdyn_postalbum_spd_generaladministrativetask = value; + this.Onregardingobjectid_msdyn_postalbum_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_msdyn_postalbum_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_dollaramount; - partial void Onspd_dollaramountChanging(global::System.Nullable value); - partial void Onspd_dollaramountChanged(); + private global::Microsoft.Dynamics.CRM.msdyn_postalbum _regardingobjectid_msdyn_postalbum_spd_generaladministrativetask; + partial void Onregardingobjectid_msdyn_postalbum_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.msdyn_postalbum value); + partial void Onregardingobjectid_msdyn_postalbum_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _owningteam_value in the schema. + /// There are no comments for Property regardingobjectid_spd_orgregistration_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _owningteam_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_orgregistration_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_orgregistration regardingobjectid_spd_orgregistration_spd_generaladministrativetask { get { - return this.__owningteam_value; + return this._regardingobjectid_spd_orgregistration_spd_generaladministrativetask; } set { - this.On_owningteam_valueChanging(value); - this.__owningteam_value = value; - this.On_owningteam_valueChanged(); - this.OnPropertyChanged("_owningteam_value"); + this.Onregardingobjectid_spd_orgregistration_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_orgregistration_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_orgregistration_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_orgregistration_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __owningteam_value; - partial void On_owningteam_valueChanging(global::System.Nullable value); - partial void On_owningteam_valueChanged(); + private global::Microsoft.Dynamics.CRM.spd_orgregistration _regardingobjectid_spd_orgregistration_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_orgregistration_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_orgregistration value); + partial void Onregardingobjectid_spd_orgregistration_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property timezoneruleversionnumber in the schema. + /// There are no comments for Property regardingobjectid_spd_portalinvitation_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable timezoneruleversionnumber + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_portalinvitation_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_portalinvitation regardingobjectid_spd_portalinvitation_spd_generaladministrativetask { get { - return this._timezoneruleversionnumber; + return this._regardingobjectid_spd_portalinvitation_spd_generaladministrativetask; } set { - this.OntimezoneruleversionnumberChanging(value); - this._timezoneruleversionnumber = value; - this.OntimezoneruleversionnumberChanged(); - this.OnPropertyChanged("timezoneruleversionnumber"); + this.Onregardingobjectid_spd_portalinvitation_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_portalinvitation_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_portalinvitation_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_portalinvitation_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _timezoneruleversionnumber; - partial void OntimezoneruleversionnumberChanging(global::System.Nullable value); - partial void OntimezoneruleversionnumberChanged(); + private global::Microsoft.Dynamics.CRM.spd_portalinvitation _regardingobjectid_spd_portalinvitation_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_portalinvitation_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_portalinvitation value); + partial void Onregardingobjectid_spd_portalinvitation_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property regardingobjectid_spd_application_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_application_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_application regardingobjectid_spd_application_spd_generaladministrativetask { get { - return this._createdon; + return this._regardingobjectid_spd_application_spd_generaladministrativetask; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onregardingobjectid_spd_application_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_application_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_application_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_application_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::Microsoft.Dynamics.CRM.spd_application _regardingobjectid_spd_application_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_application_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_application value); + partial void Onregardingobjectid_spd_application_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.msdyn_playbookinstance regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask { get { - return this.__createdonbehalfby_value; + return this._regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onregardingobjectid_msdyn_playbookinstance_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask = value; + this.Onregardingobjectid_msdyn_playbookinstance_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::Microsoft.Dynamics.CRM.msdyn_playbookinstance _regardingobjectid_msdyn_playbookinstance_spd_generaladministrativetask; + partial void Onregardingobjectid_msdyn_playbookinstance_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.msdyn_playbookinstance value); + partial void Onregardingobjectid_msdyn_playbookinstance_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property createdby in the schema. + /// There are no comments for Property regardingobjectid_spd_complaint_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser createdby + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_complaint_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_complaint regardingobjectid_spd_complaint_spd_generaladministrativetask { get { - return this._createdby; + return this._regardingobjectid_spd_complaint_spd_generaladministrativetask; } set { - this.OncreatedbyChanging(value); - this._createdby = value; - this.OncreatedbyChanged(); - this.OnPropertyChanged("createdby"); + this.Onregardingobjectid_spd_complaint_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_complaint_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_complaint_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_complaint_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _createdby; - partial void OncreatedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OncreatedbyChanged(); + private global::Microsoft.Dynamics.CRM.spd_complaint _regardingobjectid_spd_complaint_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_complaint_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_complaint value); + partial void Onregardingobjectid_spd_complaint_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property createdonbehalfby in the schema. + /// There are no comments for Property regardingobjectid_spd_fine_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdonbehalfby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_fine_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_fine regardingobjectid_spd_fine_spd_generaladministrativetask { get { - return this._createdonbehalfby; + return this._regardingobjectid_spd_fine_spd_generaladministrativetask; } set { - this.OncreatedonbehalfbyChanging(value); - this._createdonbehalfby = value; - this.OncreatedonbehalfbyChanged(); - this.OnPropertyChanged("createdonbehalfby"); + this.Onregardingobjectid_spd_fine_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_fine_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_fine_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_fine_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _createdonbehalfby; - partial void OncreatedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OncreatedonbehalfbyChanged(); + private global::Microsoft.Dynamics.CRM.spd_fine _regardingobjectid_spd_fine_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_fine_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_fine value); + partial void Onregardingobjectid_spd_fine_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property modifiedby in the schema. + /// There are no comments for Property regardingobjectid_account_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedby + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_account_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.account regardingobjectid_account_spd_generaladministrativetask { get { - return this._modifiedby; + return this._regardingobjectid_account_spd_generaladministrativetask; } set { - this.OnmodifiedbyChanging(value); - this._modifiedby = value; - this.OnmodifiedbyChanged(); - this.OnPropertyChanged("modifiedby"); + this.Onregardingobjectid_account_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_account_spd_generaladministrativetask = value; + this.Onregardingobjectid_account_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_account_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _modifiedby; - partial void OnmodifiedbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnmodifiedbyChanged(); + private global::Microsoft.Dynamics.CRM.account _regardingobjectid_account_spd_generaladministrativetask; + partial void Onregardingobjectid_account_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.account value); + partial void Onregardingobjectid_account_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property modifiedonbehalfby in the schema. + /// There are no comments for Property createdby_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedonbehalfby is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdby_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdby_spd_generaladministrativetask { get { - return this._modifiedonbehalfby; + return this._createdby_spd_generaladministrativetask; } set { - this.OnmodifiedonbehalfbyChanging(value); - this._modifiedonbehalfby = value; - this.OnmodifiedonbehalfbyChanged(); - this.OnPropertyChanged("modifiedonbehalfby"); + this.Oncreatedby_spd_generaladministrativetaskChanging(value); + this._createdby_spd_generaladministrativetask = value; + this.Oncreatedby_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("createdby_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _modifiedonbehalfby; - partial void OnmodifiedonbehalfbyChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnmodifiedonbehalfbyChanged(); + private global::Microsoft.Dynamics.CRM.systemuser _createdby_spd_generaladministrativetask; + partial void Oncreatedby_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void Oncreatedby_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property owninguser in the schema. + /// There are no comments for Property regardingobjectid_contact_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owninguser is required.")] - public virtual global::Microsoft.Dynamics.CRM.systemuser owninguser + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_contact_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.contact regardingobjectid_contact_spd_generaladministrativetask { get { - return this._owninguser; + return this._regardingobjectid_contact_spd_generaladministrativetask; } set { - this.OnowninguserChanging(value); - this._owninguser = value; - this.OnowninguserChanged(); - this.OnPropertyChanged("owninguser"); + this.Onregardingobjectid_contact_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_contact_spd_generaladministrativetask = value; + this.Onregardingobjectid_contact_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_contact_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.systemuser _owninguser; - partial void OnowninguserChanging(global::Microsoft.Dynamics.CRM.systemuser value); - partial void OnowninguserChanged(); + private global::Microsoft.Dynamics.CRM.contact _regardingobjectid_contact_spd_generaladministrativetask; + partial void Onregardingobjectid_contact_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.contact value); + partial void Onregardingobjectid_contact_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property owningteam in the schema. + /// There are no comments for Property sendermailboxid_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningteam is required.")] - public virtual global::Microsoft.Dynamics.CRM.team owningteam + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "sendermailboxid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.mailbox sendermailboxid_spd_generaladministrativetask { get { - return this._owningteam; + return this._sendermailboxid_spd_generaladministrativetask; } set { - this.OnowningteamChanging(value); - this._owningteam = value; - this.OnowningteamChanged(); - this.OnPropertyChanged("owningteam"); + this.Onsendermailboxid_spd_generaladministrativetaskChanging(value); + this._sendermailboxid_spd_generaladministrativetask = value; + this.Onsendermailboxid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("sendermailboxid_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.team _owningteam; - partial void OnowningteamChanging(global::Microsoft.Dynamics.CRM.team value); - partial void OnowningteamChanged(); + private global::Microsoft.Dynamics.CRM.mailbox _sendermailboxid_spd_generaladministrativetask; + partial void Onsendermailboxid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.mailbox value); + partial void Onsendermailboxid_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property ownerid in the schema. + /// There are no comments for Property transactioncurrencyid_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "ownerid is required.")] - public virtual global::Microsoft.Dynamics.CRM.principal ownerid + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "transactioncurrencyid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.transactioncurrency transactioncurrencyid_spd_generaladministrativetask { get { - return this._ownerid; + return this._transactioncurrencyid_spd_generaladministrativetask; } set { - this.OnowneridChanging(value); - this._ownerid = value; - this.OnowneridChanged(); - this.OnPropertyChanged("ownerid"); + this.Ontransactioncurrencyid_spd_generaladministrativetaskChanging(value); + this._transactioncurrencyid_spd_generaladministrativetask = value; + this.Ontransactioncurrencyid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("transactioncurrencyid_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.principal _ownerid; - partial void OnowneridChanging(global::Microsoft.Dynamics.CRM.principal value); - partial void OnowneridChanged(); + private global::Microsoft.Dynamics.CRM.transactioncurrency _transactioncurrencyid_spd_generaladministrativetask; + partial void Ontransactioncurrencyid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.transactioncurrency value); + partial void Ontransactioncurrencyid_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property owningbusinessunit in the schema. + /// There are no comments for Property ownerid_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningbusinessunit is required.")] - public virtual global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "ownerid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.principal ownerid_spd_generaladministrativetask { get { - return this._owningbusinessunit; + return this._ownerid_spd_generaladministrativetask; } set { - this.OnowningbusinessunitChanging(value); - this._owningbusinessunit = value; - this.OnowningbusinessunitChanged(); - this.OnPropertyChanged("owningbusinessunit"); + this.Onownerid_spd_generaladministrativetaskChanging(value); + this._ownerid_spd_generaladministrativetask = value; + this.Onownerid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("ownerid_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.businessunit _owningbusinessunit; - partial void OnowningbusinessunitChanging(global::Microsoft.Dynamics.CRM.businessunit value); - partial void OnowningbusinessunitChanged(); + private global::Microsoft.Dynamics.CRM.principal _ownerid_spd_generaladministrativetask; + partial void Onownerid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.principal value); + partial void Onownerid_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_SyncErrors in the schema. + /// There are no comments for Property owninguser_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_SyncErrors + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owninguser_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser owninguser_spd_generaladministrativetask { get { - return this._spd_fine_SyncErrors; + return this._owninguser_spd_generaladministrativetask; } set { - this.Onspd_fine_SyncErrorsChanging(value); - this._spd_fine_SyncErrors = value; - this.Onspd_fine_SyncErrorsChanged(); - this.OnPropertyChanged("spd_fine_SyncErrors"); + this.Onowninguser_spd_generaladministrativetaskChanging(value); + this._owninguser_spd_generaladministrativetask = value; + this.Onowninguser_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("owninguser_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_SyncErrors = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_SyncErrorsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_SyncErrorsChanged(); + private global::Microsoft.Dynamics.CRM.systemuser _owninguser_spd_generaladministrativetask; + partial void Onowninguser_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void Onowninguser_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_DuplicateMatchingRecord in the schema. + /// There are no comments for Property sla_activitypointer_sla_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_DuplicateMatchingRecord + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "sla_activitypointer_sla_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.sla sla_activitypointer_sla_spd_generaladministrativetask { get { - return this._spd_fine_DuplicateMatchingRecord; + return this._sla_activitypointer_sla_spd_generaladministrativetask; } set { - this.Onspd_fine_DuplicateMatchingRecordChanging(value); - this._spd_fine_DuplicateMatchingRecord = value; - this.Onspd_fine_DuplicateMatchingRecordChanged(); - this.OnPropertyChanged("spd_fine_DuplicateMatchingRecord"); + this.Onsla_activitypointer_sla_spd_generaladministrativetaskChanging(value); + this._sla_activitypointer_sla_spd_generaladministrativetask = value; + this.Onsla_activitypointer_sla_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("sla_activitypointer_sla_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_DuplicateMatchingRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_DuplicateMatchingRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_DuplicateMatchingRecordChanged(); + private global::Microsoft.Dynamics.CRM.sla _sla_activitypointer_sla_spd_generaladministrativetask; + partial void Onsla_activitypointer_sla_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.sla value); + partial void Onsla_activitypointer_sla_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_DuplicateBaseRecord in the schema. + /// There are no comments for Property owningbusinessunit_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_DuplicateBaseRecord + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningbusinessunit_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.businessunit owningbusinessunit_spd_generaladministrativetask { get { - return this._spd_fine_DuplicateBaseRecord; + return this._owningbusinessunit_spd_generaladministrativetask; } set { - this.Onspd_fine_DuplicateBaseRecordChanging(value); - this._spd_fine_DuplicateBaseRecord = value; - this.Onspd_fine_DuplicateBaseRecordChanged(); - this.OnPropertyChanged("spd_fine_DuplicateBaseRecord"); + this.Onowningbusinessunit_spd_generaladministrativetaskChanging(value); + this._owningbusinessunit_spd_generaladministrativetask = value; + this.Onowningbusinessunit_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("owningbusinessunit_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_DuplicateBaseRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_DuplicateBaseRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_DuplicateBaseRecordChanged(); + private global::Microsoft.Dynamics.CRM.businessunit _owningbusinessunit_spd_generaladministrativetask; + partial void Onowningbusinessunit_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.businessunit value); + partial void Onowningbusinessunit_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_AsyncOperations in the schema. + /// There are no comments for Property regardingobjectid_knowledgearticle_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_AsyncOperations + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_knowledgearticle_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.knowledgearticle regardingobjectid_knowledgearticle_spd_generaladministrativetask { get { - return this._spd_fine_AsyncOperations; + return this._regardingobjectid_knowledgearticle_spd_generaladministrativetask; } set { - this.Onspd_fine_AsyncOperationsChanging(value); - this._spd_fine_AsyncOperations = value; - this.Onspd_fine_AsyncOperationsChanged(); - this.OnPropertyChanged("spd_fine_AsyncOperations"); + this.Onregardingobjectid_knowledgearticle_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_knowledgearticle_spd_generaladministrativetask = value; + this.Onregardingobjectid_knowledgearticle_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_knowledgearticle_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_AsyncOperations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_AsyncOperationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_AsyncOperationsChanged(); + private global::Microsoft.Dynamics.CRM.knowledgearticle _regardingobjectid_knowledgearticle_spd_generaladministrativetask; + partial void Onregardingobjectid_knowledgearticle_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.knowledgearticle value); + partial void Onregardingobjectid_knowledgearticle_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_MailboxTrackingFolders in the schema. + /// There are no comments for Property modifiedonbehalfby_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_MailboxTrackingFolders + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedonbehalfby_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedonbehalfby_spd_generaladministrativetask { get { - return this._spd_fine_MailboxTrackingFolders; + return this._modifiedonbehalfby_spd_generaladministrativetask; } set { - this.Onspd_fine_MailboxTrackingFoldersChanging(value); - this._spd_fine_MailboxTrackingFolders = value; - this.Onspd_fine_MailboxTrackingFoldersChanged(); - this.OnPropertyChanged("spd_fine_MailboxTrackingFolders"); + this.Onmodifiedonbehalfby_spd_generaladministrativetaskChanging(value); + this._modifiedonbehalfby_spd_generaladministrativetask = value; + this.Onmodifiedonbehalfby_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("modifiedonbehalfby_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_MailboxTrackingFolders = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_MailboxTrackingFoldersChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_MailboxTrackingFoldersChanged(); + private global::Microsoft.Dynamics.CRM.systemuser _modifiedonbehalfby_spd_generaladministrativetask; + partial void Onmodifiedonbehalfby_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void Onmodifiedonbehalfby_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_ProcessSession in the schema. + /// There are no comments for Property createdonbehalfby_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ProcessSession + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "createdonbehalfby_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby_spd_generaladministrativetask { get { - return this._spd_fine_ProcessSession; + return this._createdonbehalfby_spd_generaladministrativetask; } set { - this.Onspd_fine_ProcessSessionChanging(value); - this._spd_fine_ProcessSession = value; - this.Onspd_fine_ProcessSessionChanged(); - this.OnPropertyChanged("spd_fine_ProcessSession"); + this.Oncreatedonbehalfby_spd_generaladministrativetaskChanging(value); + this._createdonbehalfby_spd_generaladministrativetask = value; + this.Oncreatedonbehalfby_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("createdonbehalfby_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ProcessSession = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_ProcessSessionChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_ProcessSessionChanged(); + private global::Microsoft.Dynamics.CRM.systemuser _createdonbehalfby_spd_generaladministrativetask; + partial void Oncreatedonbehalfby_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void Oncreatedonbehalfby_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_BulkDeleteFailures in the schema. + /// There are no comments for Property modifiedby_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_BulkDeleteFailures + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "modifiedby_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.systemuser modifiedby_spd_generaladministrativetask { get { - return this._spd_fine_BulkDeleteFailures; + return this._modifiedby_spd_generaladministrativetask; } set { - this.Onspd_fine_BulkDeleteFailuresChanging(value); - this._spd_fine_BulkDeleteFailures = value; - this.Onspd_fine_BulkDeleteFailuresChanged(); - this.OnPropertyChanged("spd_fine_BulkDeleteFailures"); + this.Onmodifiedby_spd_generaladministrativetaskChanging(value); + this._modifiedby_spd_generaladministrativetask = value; + this.Onmodifiedby_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("modifiedby_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_BulkDeleteFailures = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_BulkDeleteFailuresChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_BulkDeleteFailuresChanged(); + private global::Microsoft.Dynamics.CRM.systemuser _modifiedby_spd_generaladministrativetask; + partial void Onmodifiedby_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.systemuser value); + partial void Onmodifiedby_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_fine_PrincipalObjectAttributeAccesses in the schema. + /// There are no comments for Property owningteam_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_PrincipalObjectAttributeAccesses + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "owningteam_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.team owningteam_spd_generaladministrativetask { get { - return this._spd_fine_PrincipalObjectAttributeAccesses; + return this._owningteam_spd_generaladministrativetask; } set { - this.Onspd_fine_PrincipalObjectAttributeAccessesChanging(value); - this._spd_fine_PrincipalObjectAttributeAccesses = value; - this.Onspd_fine_PrincipalObjectAttributeAccessesChanged(); - this.OnPropertyChanged("spd_fine_PrincipalObjectAttributeAccesses"); + this.Onowningteam_spd_generaladministrativetaskChanging(value); + this._owningteam_spd_generaladministrativetask = value; + this.Onowningteam_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("owningteam_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_PrincipalObjectAttributeAccesses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_PrincipalObjectAttributeAccessesChanged(); + private global::Microsoft.Dynamics.CRM.team _owningteam_spd_generaladministrativetask; + partial void Onowningteam_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.team value); + partial void Onowningteam_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_CaseId in the schema. + /// There are no comments for Property slainvokedid_activitypointer_sla_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_CaseId is required.")] - public virtual global::Microsoft.Dynamics.CRM.incident spd_CaseId + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "slainvokedid_activitypointer_sla_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.sla slainvokedid_activitypointer_sla_spd_generaladministrativetask { get { - return this._spd_CaseId; + return this._slainvokedid_activitypointer_sla_spd_generaladministrativetask; } set { - this.Onspd_CaseIdChanging(value); - this._spd_CaseId = value; - this.Onspd_CaseIdChanged(); - this.OnPropertyChanged("spd_CaseId"); + this.Onslainvokedid_activitypointer_sla_spd_generaladministrativetaskChanging(value); + this._slainvokedid_activitypointer_sla_spd_generaladministrativetask = value; + this.Onslainvokedid_activitypointer_sla_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("slainvokedid_activitypointer_sla_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.incident _spd_CaseId; - partial void Onspd_CaseIdChanging(global::Microsoft.Dynamics.CRM.incident value); - partial void Onspd_CaseIdChanged(); + private global::Microsoft.Dynamics.CRM.sla _slainvokedid_activitypointer_sla_spd_generaladministrativetask; + partial void Onslainvokedid_activitypointer_sla_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.sla value); + partial void Onslainvokedid_activitypointer_sla_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property transactioncurrencyid in the schema. + /// There are no comments for Property activityid_spd_generaladministrativetask in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "transactioncurrencyid is required.")] - public virtual global::Microsoft.Dynamics.CRM.transactioncurrency transactioncurrencyid + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "activityid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.activitypointer activityid_spd_generaladministrativetask { get { - return this._transactioncurrencyid; + return this._activityid_spd_generaladministrativetask; } set { - this.OntransactioncurrencyidChanging(value); - this._transactioncurrencyid = value; - this.OntransactioncurrencyidChanged(); - this.OnPropertyChanged("transactioncurrencyid"); + this.Onactivityid_spd_generaladministrativetaskChanging(value); + this._activityid_spd_generaladministrativetask = value; + this.Onactivityid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("activityid_spd_generaladministrativetask"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.transactioncurrency _transactioncurrencyid; - partial void OntransactioncurrencyidChanging(global::Microsoft.Dynamics.CRM.transactioncurrency value); - partial void OntransactioncurrencyidChanged(); + private global::Microsoft.Dynamics.CRM.activitypointer _activityid_spd_generaladministrativetask; + partial void Onactivityid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.activitypointer value); + partial void Onactivityid_spd_generaladministrativetaskChanged(); /// - /// There are no comments for Property spd_OutcomeId in the schema. + /// There are no comments for Property spd_generaladministrativetask_activity_parties in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_OutcomeId is required.")] - public virtual global::Microsoft.Dynamics.CRM.spd_outcome spd_OutcomeId + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_activity_parties { get { - return this._spd_OutcomeId; + return this._spd_generaladministrativetask_activity_parties; } set { - this.Onspd_OutcomeIdChanging(value); - this._spd_OutcomeId = value; - this.Onspd_OutcomeIdChanged(); - this.OnPropertyChanged("spd_OutcomeId"); + this.Onspd_generaladministrativetask_activity_partiesChanging(value); + this._spd_generaladministrativetask_activity_parties = value; + this.Onspd_generaladministrativetask_activity_partiesChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_activity_parties"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_outcome _spd_OutcomeId; - partial void Onspd_OutcomeIdChanging(global::Microsoft.Dynamics.CRM.spd_outcome value); - partial void Onspd_OutcomeIdChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_activity_parties = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_activity_partiesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_activity_partiesChanged(); /// - /// There are no comments for Property spd_SubjectId in the schema. + /// There are no comments for Property CampaignResponse_spd_generaladministrativetasks in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_SubjectId is required.")] - public virtual global::Microsoft.Dynamics.CRM.spd_subject spd_SubjectId + public virtual global::Microsoft.OData.Client.DataServiceCollection CampaignResponse_spd_generaladministrativetasks { get { - return this._spd_SubjectId; + return this._CampaignResponse_spd_generaladministrativetasks; } set { - this.Onspd_SubjectIdChanging(value); - this._spd_SubjectId = value; - this.Onspd_SubjectIdChanged(); - this.OnPropertyChanged("spd_SubjectId"); + this.OnCampaignResponse_spd_generaladministrativetasksChanging(value); + this._CampaignResponse_spd_generaladministrativetasks = value; + this.OnCampaignResponse_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("CampaignResponse_spd_generaladministrativetasks"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.Dynamics.CRM.spd_subject _spd_SubjectId; - partial void Onspd_SubjectIdChanging(global::Microsoft.Dynamics.CRM.spd_subject value); - partial void Onspd_SubjectIdChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _CampaignResponse_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void OnCampaignResponse_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void OnCampaignResponse_spd_generaladministrativetasksChanged(); /// - /// There are no comments for Property spd_fine_ActivityPointers in the schema. + /// There are no comments for Property spd_generaladministrativetask_ActionCards in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ActivityPointers + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_ActionCards { get { - return this._spd_fine_ActivityPointers; + return this._spd_generaladministrativetask_ActionCards; } set { - this.Onspd_fine_ActivityPointersChanging(value); - this._spd_fine_ActivityPointers = value; - this.Onspd_fine_ActivityPointersChanged(); - this.OnPropertyChanged("spd_fine_ActivityPointers"); + this.Onspd_generaladministrativetask_ActionCardsChanging(value); + this._spd_generaladministrativetask_ActionCards = value; + this.Onspd_generaladministrativetask_ActionCardsChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_ActionCards"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ActivityPointers = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_ActivityPointersChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_ActivityPointersChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_ActionCards = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_ActionCardsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_ActionCardsChanged(); /// - /// There are no comments for Property spd_fine_Appointments in the schema. + /// There are no comments for Property spd_generaladministrativetask_SyncErrors in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Appointments + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_SyncErrors { get { - return this._spd_fine_Appointments; + return this._spd_generaladministrativetask_SyncErrors; } set { - this.Onspd_fine_AppointmentsChanging(value); - this._spd_fine_Appointments = value; - this.Onspd_fine_AppointmentsChanged(); - this.OnPropertyChanged("spd_fine_Appointments"); + this.Onspd_generaladministrativetask_SyncErrorsChanging(value); + this._spd_generaladministrativetask_SyncErrors = value; + this.Onspd_generaladministrativetask_SyncErrorsChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_SyncErrors"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Appointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_AppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_AppointmentsChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_SyncErrors = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_SyncErrorsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_SyncErrorsChanged(); /// - /// There are no comments for Property spd_fine_Emails in the schema. + /// There are no comments for Property spd_generaladministrativetask_DuplicateMatchingRecord in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Emails + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_DuplicateMatchingRecord { get { - return this._spd_fine_Emails; + return this._spd_generaladministrativetask_DuplicateMatchingRecord; } set { - this.Onspd_fine_EmailsChanging(value); - this._spd_fine_Emails = value; - this.Onspd_fine_EmailsChanged(); - this.OnPropertyChanged("spd_fine_Emails"); + this.Onspd_generaladministrativetask_DuplicateMatchingRecordChanging(value); + this._spd_generaladministrativetask_DuplicateMatchingRecord = value; + this.Onspd_generaladministrativetask_DuplicateMatchingRecordChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_DuplicateMatchingRecord"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Emails = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_EmailsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_EmailsChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_DuplicateMatchingRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_DuplicateMatchingRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_DuplicateMatchingRecordChanged(); /// - /// There are no comments for Property spd_fine_Faxes in the schema. + /// There are no comments for Property spd_generaladministrativetask_DuplicateBaseRecord in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Faxes + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_DuplicateBaseRecord { get { - return this._spd_fine_Faxes; + return this._spd_generaladministrativetask_DuplicateBaseRecord; } set { - this.Onspd_fine_FaxesChanging(value); - this._spd_fine_Faxes = value; - this.Onspd_fine_FaxesChanged(); - this.OnPropertyChanged("spd_fine_Faxes"); + this.Onspd_generaladministrativetask_DuplicateBaseRecordChanging(value); + this._spd_generaladministrativetask_DuplicateBaseRecord = value; + this.Onspd_generaladministrativetask_DuplicateBaseRecordChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_DuplicateBaseRecord"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Faxes = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_FaxesChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_FaxesChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_DuplicateBaseRecord = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_DuplicateBaseRecordChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_DuplicateBaseRecordChanged(); /// - /// There are no comments for Property spd_fine_Letters in the schema. + /// There are no comments for Property spd_generaladministrativetask_AsyncOperations in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Letters + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_AsyncOperations { get { - return this._spd_fine_Letters; + return this._spd_generaladministrativetask_AsyncOperations; } set { - this.Onspd_fine_LettersChanging(value); - this._spd_fine_Letters = value; - this.Onspd_fine_LettersChanged(); - this.OnPropertyChanged("spd_fine_Letters"); + this.Onspd_generaladministrativetask_AsyncOperationsChanging(value); + this._spd_generaladministrativetask_AsyncOperations = value; + this.Onspd_generaladministrativetask_AsyncOperationsChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_AsyncOperations"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Letters = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_LettersChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_LettersChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_AsyncOperations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_AsyncOperationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_AsyncOperationsChanged(); /// - /// There are no comments for Property spd_fine_PhoneCalls in the schema. + /// There are no comments for Property spd_generaladministrativetask_MailboxTrackingFolders in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_PhoneCalls + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_MailboxTrackingFolders { get { - return this._spd_fine_PhoneCalls; + return this._spd_generaladministrativetask_MailboxTrackingFolders; } set { - this.Onspd_fine_PhoneCallsChanging(value); - this._spd_fine_PhoneCalls = value; - this.Onspd_fine_PhoneCallsChanged(); - this.OnPropertyChanged("spd_fine_PhoneCalls"); + this.Onspd_generaladministrativetask_MailboxTrackingFoldersChanging(value); + this._spd_generaladministrativetask_MailboxTrackingFolders = value; + this.Onspd_generaladministrativetask_MailboxTrackingFoldersChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_MailboxTrackingFolders"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_PhoneCalls = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_PhoneCallsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_PhoneCallsChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_MailboxTrackingFolders = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_MailboxTrackingFoldersChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_MailboxTrackingFoldersChanged(); /// - /// There are no comments for Property spd_fine_Tasks in the schema. + /// There are no comments for Property spd_generaladministrativetask_ProcessSession in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_Tasks + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_ProcessSession { get { - return this._spd_fine_Tasks; + return this._spd_generaladministrativetask_ProcessSession; } set { - this.Onspd_fine_TasksChanging(value); - this._spd_fine_Tasks = value; - this.Onspd_fine_TasksChanged(); - this.OnPropertyChanged("spd_fine_Tasks"); + this.Onspd_generaladministrativetask_ProcessSessionChanging(value); + this._spd_generaladministrativetask_ProcessSession = value; + this.Onspd_generaladministrativetask_ProcessSessionChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_ProcessSession"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_Tasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_TasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_TasksChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_ProcessSession = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_ProcessSessionChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_ProcessSessionChanged(); /// - /// There are no comments for Property spd_fine_RecurringAppointmentMasters in the schema. + /// There are no comments for Property spd_generaladministrativetask_BulkDeleteFailures in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_RecurringAppointmentMasters + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_BulkDeleteFailures { get { - return this._spd_fine_RecurringAppointmentMasters; + return this._spd_generaladministrativetask_BulkDeleteFailures; } set { - this.Onspd_fine_RecurringAppointmentMastersChanging(value); - this._spd_fine_RecurringAppointmentMasters = value; - this.Onspd_fine_RecurringAppointmentMastersChanged(); - this.OnPropertyChanged("spd_fine_RecurringAppointmentMasters"); + this.Onspd_generaladministrativetask_BulkDeleteFailuresChanging(value); + this._spd_generaladministrativetask_BulkDeleteFailures = value; + this.Onspd_generaladministrativetask_BulkDeleteFailuresChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_BulkDeleteFailures"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_RecurringAppointmentMasters = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_RecurringAppointmentMastersChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_RecurringAppointmentMastersChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_BulkDeleteFailures = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_BulkDeleteFailuresChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_BulkDeleteFailuresChanged(); /// - /// There are no comments for Property spd_fine_SocialActivities in the schema. + /// There are no comments for Property spd_generaladministrativetask_PrincipalObjectAttributeAccesses in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_SocialActivities + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_PrincipalObjectAttributeAccesses { get { - return this._spd_fine_SocialActivities; + return this._spd_generaladministrativetask_PrincipalObjectAttributeAccesses; } set { - this.Onspd_fine_SocialActivitiesChanging(value); - this._spd_fine_SocialActivities = value; - this.Onspd_fine_SocialActivitiesChanged(); - this.OnPropertyChanged("spd_fine_SocialActivities"); + this.Onspd_generaladministrativetask_PrincipalObjectAttributeAccessesChanging(value); + this._spd_generaladministrativetask_PrincipalObjectAttributeAccesses = value; + this.Onspd_generaladministrativetask_PrincipalObjectAttributeAccessesChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_PrincipalObjectAttributeAccesses"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_SocialActivities = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_SocialActivitiesChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_SocialActivitiesChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_PrincipalObjectAttributeAccesses = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_PrincipalObjectAttributeAccessesChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_PrincipalObjectAttributeAccessesChanged(); /// - /// There are no comments for Property spd_fine_ServiceAppointments in the schema. + /// There are no comments for Property spd_generaladministrativetask_connections1 in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::Microsoft.OData.Client.DataServiceCollection spd_fine_ServiceAppointments + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_connections1 { get { - return this._spd_fine_ServiceAppointments; + return this._spd_generaladministrativetask_connections1; } set { - this.Onspd_fine_ServiceAppointmentsChanging(value); - this._spd_fine_ServiceAppointments = value; - this.Onspd_fine_ServiceAppointmentsChanged(); - this.OnPropertyChanged("spd_fine_ServiceAppointments"); + this.Onspd_generaladministrativetask_connections1Changing(value); + this._spd_generaladministrativetask_connections1 = value; + this.Onspd_generaladministrativetask_connections1Changed(); + this.OnPropertyChanged("spd_generaladministrativetask_connections1"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::Microsoft.OData.Client.DataServiceCollection _spd_fine_ServiceAppointments = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); - partial void Onspd_fine_ServiceAppointmentsChanging(global::Microsoft.OData.Client.DataServiceCollection value); - partial void Onspd_fine_ServiceAppointmentsChanged(); + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_connections1 = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_connections1Changing(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_connections1Changed(); + /// + /// There are no comments for Property spd_generaladministrativetask_connections2 in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_connections2 + { + get + { + return this._spd_generaladministrativetask_connections2; + } + set + { + this.Onspd_generaladministrativetask_connections2Changing(value); + this._spd_generaladministrativetask_connections2 = value; + this.Onspd_generaladministrativetask_connections2Changed(); + this.OnPropertyChanged("spd_generaladministrativetask_connections2"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_connections2 = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_connections2Changing(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_connections2Changed(); + /// + /// There are no comments for Property spd_generaladministrativetask_QueueItems in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_QueueItems + { + get + { + return this._spd_generaladministrativetask_QueueItems; + } + set + { + this.Onspd_generaladministrativetask_QueueItemsChanging(value); + this._spd_generaladministrativetask_QueueItems = value; + this.Onspd_generaladministrativetask_QueueItemsChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_QueueItems"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_QueueItems = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_QueueItemsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_QueueItemsChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_Annotations in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_Annotations + { + get + { + return this._spd_generaladministrativetask_Annotations; + } + set + { + this.Onspd_generaladministrativetask_AnnotationsChanging(value); + this._spd_generaladministrativetask_Annotations = value; + this.Onspd_generaladministrativetask_AnnotationsChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_Annotations"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_Annotations = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_AnnotationsChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_AnnotationsChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_Feedback in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_Feedback + { + get + { + return this._spd_generaladministrativetask_Feedback; + } + set + { + this.Onspd_generaladministrativetask_FeedbackChanging(value); + this._spd_generaladministrativetask_Feedback = value; + this.Onspd_generaladministrativetask_FeedbackChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_Feedback"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_Feedback = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_FeedbackChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_FeedbackChanged(); + /// + /// There are no comments for Property spd_actid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_actid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_act spd_actid_spd_generaladministrativetask + { + get + { + return this._spd_actid_spd_generaladministrativetask; + } + set + { + this.Onspd_actid_spd_generaladministrativetaskChanging(value); + this._spd_actid_spd_generaladministrativetask = value; + this.Onspd_actid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("spd_actid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_act _spd_actid_spd_generaladministrativetask; + partial void Onspd_actid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_act value); + partial void Onspd_actid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for spd_genericuploadSingle in the schema. @@ -712286,6 +719877,27 @@ public spd_orgregistrationSingle(global::Microsoft.OData.Client.DataServiceQuery } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_organizationtypeSingle _spd_OrganizationTypeId; + /// + /// There are no comments for spd_orgregistration_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_orgregistration_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_orgregistration_spd_generaladministrativetasks == null)) + { + this._spd_orgregistration_spd_generaladministrativetasks = Context.CreateQuery(GetPath("spd_orgregistration_spd_generaladministrativetasks")); + } + return this._spd_orgregistration_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_orgregistration_spd_generaladministrativetasks; } /// /// There are no comments for spd_orgregistration in the schema. @@ -714182,6 +721794,28 @@ public virtual string spd_authorizedcontactemail partial void Onspd_OrganizationTypeIdChanging(global::Microsoft.Dynamics.CRM.spd_organizationtype value); partial void Onspd_OrganizationTypeIdChanged(); /// + /// There are no comments for Property spd_orgregistration_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_orgregistration_spd_generaladministrativetasks + { + get + { + return this._spd_orgregistration_spd_generaladministrativetasks; + } + set + { + this.Onspd_orgregistration_spd_generaladministrativetasksChanging(value); + this._spd_orgregistration_spd_generaladministrativetasks = value; + this.Onspd_orgregistration_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("spd_orgregistration_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_orgregistration_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_orgregistration_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_orgregistration_spd_generaladministrativetasksChanged(); + /// /// There are no comments for spd_ConvertToOrganization in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_ConvertToOrganization(int Status) @@ -714701,6 +722335,27 @@ public spd_outcomeSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for spd_ServiceTypeId in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_servicetypeSingle spd_ServiceTypeId + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_ServiceTypeId == null)) + { + this._spd_ServiceTypeId = new global::Microsoft.Dynamics.CRM.spd_servicetypeSingle(this.Context, GetPath("spd_ServiceTypeId")); + } + return this._spd_ServiceTypeId; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_servicetypeSingle _spd_ServiceTypeId; } /// /// There are no comments for spd_outcome in the schema. @@ -714729,6 +722384,7 @@ public partial class spd_outcome : crmbaseentity /// Initial value of spd_SectionId. /// Initial value of spd_ContactId. /// Initial value of spd_SubjectId. + /// Initial value of spd_ServiceTypeId. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static spd_outcome Createspd_outcome(global::Microsoft.Dynamics.CRM.systemuser createdby, global::Microsoft.Dynamics.CRM.systemuser createdonbehalfby, @@ -714743,7 +722399,8 @@ public static spd_outcome Createspd_outcome(global::Microsoft.Dynamics.CRM.syste global::Microsoft.Dynamics.CRM.spd_licence spd_LicenceId, global::Microsoft.Dynamics.CRM.spd_section spd_SectionId, global::Microsoft.Dynamics.CRM.contact spd_ContactId, - global::Microsoft.Dynamics.CRM.spd_subject spd_SubjectId) + global::Microsoft.Dynamics.CRM.spd_subject spd_SubjectId, + global::Microsoft.Dynamics.CRM.spd_servicetype spd_ServiceTypeId) { spd_outcome spd_outcome = new spd_outcome(); if ((createdby == null)) @@ -714816,6 +722473,11 @@ public static spd_outcome Createspd_outcome(global::Microsoft.Dynamics.CRM.syste throw new global::System.ArgumentNullException("spd_SubjectId"); } spd_outcome.spd_SubjectId = spd_SubjectId; + if ((spd_ServiceTypeId == null)) + { + throw new global::System.ArgumentNullException("spd_ServiceTypeId"); + } + spd_outcome.spd_ServiceTypeId = spd_ServiceTypeId; return spd_outcome; } /// @@ -714863,6 +722525,28 @@ public static spd_outcome Createspd_outcome(global::Microsoft.Dynamics.CRM.syste partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// + /// There are no comments for Property statuscode in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable statuscode + { + get + { + return this._statuscode; + } + set + { + this.OnstatuscodeChanging(value); + this._statuscode = value; + this.OnstatuscodeChanged(); + this.OnPropertyChanged("statuscode"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _statuscode; + partial void OnstatuscodeChanging(global::System.Nullable value); + partial void OnstatuscodeChanged(); + /// /// There are no comments for Property spd_noncompliancesubject in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715017,27 +722701,27 @@ public virtual string spd_licensingfigaroid partial void Onspd_licensingfigaroidChanging(string value); partial void Onspd_licensingfigaroidChanged(); /// - /// There are no comments for Property spd_inspectiontype in the schema. + /// There are no comments for Property _createdby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_inspectiontype + public virtual global::System.Nullable _createdby_value { get { - return this._spd_inspectiontype; + return this.__createdby_value; } set { - this.Onspd_inspectiontypeChanging(value); - this._spd_inspectiontype = value; - this.Onspd_inspectiontypeChanged(); - this.OnPropertyChanged("spd_inspectiontype"); + this.On_createdby_valueChanging(value); + this.__createdby_value = value; + this.On_createdby_valueChanged(); + this.OnPropertyChanged("_createdby_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_inspectiontype; - partial void Onspd_inspectiontypeChanging(global::System.Nullable value); - partial void Onspd_inspectiontypeChanged(); + private global::System.Nullable __createdby_value; + partial void On_createdby_valueChanging(global::System.Nullable value); + partial void On_createdby_valueChanged(); /// /// There are no comments for Property spd_notes in the schema. /// @@ -715105,6 +722789,28 @@ public virtual string spd_notes partial void On_ownerid_valueChanging(global::System.Nullable value); partial void On_ownerid_valueChanged(); /// + /// There are no comments for Property spd_receiptnumber in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual string spd_receiptnumber + { + get + { + return this._spd_receiptnumber; + } + set + { + this.Onspd_receiptnumberChanging(value); + this._spd_receiptnumber = value; + this.Onspd_receiptnumberChanged(); + this.OnPropertyChanged("spd_receiptnumber"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private string _spd_receiptnumber; + partial void Onspd_receiptnumberChanging(string value); + partial void Onspd_receiptnumberChanged(); + /// /// There are no comments for Property _spd_licenceid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715259,6 +722965,28 @@ public virtual string spd_notes partial void OncreatedonChanging(global::System.Nullable value); partial void OncreatedonChanged(); /// + /// There are no comments for Property spd_noncompliancefound in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_noncompliancefound + { + get + { + return this._spd_noncompliancefound; + } + set + { + this.Onspd_noncompliancefoundChanging(value); + this._spd_noncompliancefound = value; + this.Onspd_noncompliancefoundChanged(); + this.OnPropertyChanged("spd_noncompliancefound"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_noncompliancefound; + partial void Onspd_noncompliancefoundChanging(global::System.Nullable value); + partial void Onspd_noncompliancefoundChanged(); + /// /// There are no comments for Property spd_name in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715369,27 +723097,49 @@ public virtual string spd_name partial void On_spd_sectionid_valueChanging(global::System.Nullable value); partial void On_spd_sectionid_valueChanged(); /// - /// There are no comments for Property statuscode in the schema. + /// There are no comments for Property _spd_servicetypeid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable statuscode + public virtual global::System.Nullable _spd_servicetypeid_value { get { - return this._statuscode; + return this.__spd_servicetypeid_value; } set { - this.OnstatuscodeChanging(value); - this._statuscode = value; - this.OnstatuscodeChanged(); - this.OnPropertyChanged("statuscode"); + this.On_spd_servicetypeid_valueChanging(value); + this.__spd_servicetypeid_value = value; + this.On_spd_servicetypeid_valueChanged(); + this.OnPropertyChanged("_spd_servicetypeid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _statuscode; - partial void OnstatuscodeChanging(global::System.Nullable value); - partial void OnstatuscodeChanged(); + private global::System.Nullable __spd_servicetypeid_value; + partial void On_spd_servicetypeid_valueChanging(global::System.Nullable value); + partial void On_spd_servicetypeid_valueChanged(); + /// + /// There are no comments for Property spd_issueddate in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_issueddate + { + get + { + return this._spd_issueddate; + } + set + { + this.Onspd_issueddateChanging(value); + this._spd_issueddate = value; + this.Onspd_issueddateChanged(); + this.OnPropertyChanged("spd_issueddate"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_issueddate; + partial void Onspd_issueddateChanging(global::System.Nullable value); + partial void Onspd_issueddateChanged(); /// /// There are no comments for Property versionnumber in the schema. /// @@ -715435,28 +723185,6 @@ public virtual string spd_name partial void On_owningteam_valueChanging(global::System.Nullable value); partial void On_owningteam_valueChanged(); /// - /// There are no comments for Property spd_noncompliancefound in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_noncompliancefound - { - get - { - return this._spd_noncompliancefound; - } - set - { - this.Onspd_noncompliancefoundChanging(value); - this._spd_noncompliancefound = value; - this.Onspd_noncompliancefoundChanged(); - this.OnPropertyChanged("spd_noncompliancefound"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_noncompliancefound; - partial void Onspd_noncompliancefoundChanging(global::System.Nullable value); - partial void Onspd_noncompliancefoundChanged(); - /// /// There are no comments for Property timezoneruleversionnumber in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -715501,27 +723229,27 @@ public virtual string spd_name partial void On_owningbusinessunit_valueChanging(global::System.Nullable value); partial void On_owningbusinessunit_valueChanged(); /// - /// There are no comments for Property _createdby_value in the schema. + /// There are no comments for Property spd_investigationscomplianceaction in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdby_value + public virtual global::System.Nullable spd_investigationscomplianceaction { get { - return this.__createdby_value; + return this._spd_investigationscomplianceaction; } set { - this.On_createdby_valueChanging(value); - this.__createdby_value = value; - this.On_createdby_valueChanged(); - this.OnPropertyChanged("_createdby_value"); + this.Onspd_investigationscomplianceactionChanging(value); + this._spd_investigationscomplianceaction = value; + this.Onspd_investigationscomplianceactionChanged(); + this.OnPropertyChanged("spd_investigationscomplianceaction"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdby_value; - partial void On_createdby_valueChanging(global::System.Nullable value); - partial void On_createdby_valueChanged(); + private global::System.Nullable _spd_investigationscomplianceaction; + partial void Onspd_investigationscomplianceactionChanging(global::System.Nullable value); + partial void Onspd_investigationscomplianceactionChanged(); /// /// There are no comments for Property spd_inspectionoutcome in the schema. /// @@ -716064,6 +723792,29 @@ public virtual string spd_name private global::Microsoft.Dynamics.CRM.spd_subject _spd_SubjectId; partial void Onspd_SubjectIdChanging(global::Microsoft.Dynamics.CRM.spd_subject value); partial void Onspd_SubjectIdChanged(); + /// + /// There are no comments for Property spd_ServiceTypeId in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "spd_ServiceTypeId is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_servicetype spd_ServiceTypeId + { + get + { + return this._spd_ServiceTypeId; + } + set + { + this.Onspd_ServiceTypeIdChanging(value); + this._spd_ServiceTypeId = value; + this.Onspd_ServiceTypeIdChanged(); + this.OnPropertyChanged("spd_ServiceTypeId"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_servicetype _spd_ServiceTypeId; + partial void Onspd_ServiceTypeIdChanging(global::Microsoft.Dynamics.CRM.spd_servicetype value); + partial void Onspd_ServiceTypeIdChanged(); } /// /// There are no comments for spd_paymentSingle in the schema. @@ -719677,6 +727428,27 @@ public spd_portalinvitationSingle(global::Microsoft.OData.Client.DataServiceQuer } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_businesscontactSingle _spd_BusinessContact; + /// + /// There are no comments for spd_portalinvitation_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_portalinvitation_spd_generaladministrativetasks + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_portalinvitation_spd_generaladministrativetasks == null)) + { + this._spd_portalinvitation_spd_generaladministrativetasks = Context.CreateQuery(GetPath("spd_portalinvitation_spd_generaladministrativetasks")); + } + return this._spd_portalinvitation_spd_generaladministrativetasks; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_portalinvitation_spd_generaladministrativetasks; } /// /// There are no comments for spd_portalinvitation in the schema. @@ -721126,6 +728898,28 @@ public virtual string spd_email private global::Microsoft.Dynamics.CRM.spd_businesscontact _spd_BusinessContact; partial void Onspd_BusinessContactChanging(global::Microsoft.Dynamics.CRM.spd_businesscontact value); partial void Onspd_BusinessContactChanged(); + /// + /// There are no comments for Property spd_portalinvitation_spd_generaladministrativetasks in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_portalinvitation_spd_generaladministrativetasks + { + get + { + return this._spd_portalinvitation_spd_generaladministrativetasks; + } + set + { + this.Onspd_portalinvitation_spd_generaladministrativetasksChanging(value); + this._spd_portalinvitation_spd_generaladministrativetasks = value; + this.Onspd_portalinvitation_spd_generaladministrativetasksChanged(); + this.OnPropertyChanged("spd_portalinvitation_spd_generaladministrativetasks"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_portalinvitation_spd_generaladministrativetasks = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_portalinvitation_spd_generaladministrativetasksChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_portalinvitation_spd_generaladministrativetasksChanged(); } /// /// There are no comments for spd_portaluserSingle in the schema. @@ -730481,71 +738275,71 @@ public virtual string spd_name partial void Onspd_nameChanging(string value); partial void Onspd_nameChanged(); /// - /// There are no comments for Property spd_fineamount_base in the schema. + /// There are no comments for Property _createdonbehalfby_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_fineamount_base + public virtual global::System.Nullable _createdonbehalfby_value { get { - return this._spd_fineamount_base; + return this.__createdonbehalfby_value; } set { - this.Onspd_fineamount_baseChanging(value); - this._spd_fineamount_base = value; - this.Onspd_fineamount_baseChanged(); - this.OnPropertyChanged("spd_fineamount_base"); + this.On_createdonbehalfby_valueChanging(value); + this.__createdonbehalfby_value = value; + this.On_createdonbehalfby_valueChanged(); + this.OnPropertyChanged("_createdonbehalfby_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_fineamount_base; - partial void Onspd_fineamount_baseChanging(global::System.Nullable value); - partial void Onspd_fineamount_baseChanged(); + private global::System.Nullable __createdonbehalfby_value; + partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); + partial void On_createdonbehalfby_valueChanged(); /// - /// There are no comments for Property createdon in the schema. + /// There are no comments for Property spd_fineamount_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable createdon + public virtual global::System.Nullable spd_fineamount_base { get { - return this._createdon; + return this._spd_fineamount_base; } set { - this.OncreatedonChanging(value); - this._createdon = value; - this.OncreatedonChanged(); - this.OnPropertyChanged("createdon"); + this.Onspd_fineamount_baseChanging(value); + this._spd_fineamount_base = value; + this.Onspd_fineamount_baseChanged(); + this.OnPropertyChanged("spd_fineamount_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _createdon; - partial void OncreatedonChanging(global::System.Nullable value); - partial void OncreatedonChanged(); + private global::System.Nullable _spd_fineamount_base; + partial void Onspd_fineamount_baseChanging(global::System.Nullable value); + partial void Onspd_fineamount_baseChanged(); /// - /// There are no comments for Property spd_sectionid in the schema. + /// There are no comments for Property spd_totalfine in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_sectionid + public virtual global::System.Nullable spd_totalfine { get { - return this._spd_sectionid; + return this._spd_totalfine; } set { - this.Onspd_sectionidChanging(value); - this._spd_sectionid = value; - this.Onspd_sectionidChanged(); - this.OnPropertyChanged("spd_sectionid"); + this.Onspd_totalfineChanging(value); + this._spd_totalfine = value; + this.Onspd_totalfineChanged(); + this.OnPropertyChanged("spd_totalfine"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_sectionid; - partial void Onspd_sectionidChanging(global::System.Nullable value); - partial void Onspd_sectionidChanged(); + private global::System.Nullable _spd_totalfine; + partial void Onspd_totalfineChanging(global::System.Nullable value); + partial void Onspd_totalfineChanged(); /// /// There are no comments for Property modifiedon in the schema. /// @@ -730613,71 +738407,71 @@ public virtual string spd_name partial void OnversionnumberChanging(global::System.Nullable value); partial void OnversionnumberChanged(); /// - /// There are no comments for Property _createdonbehalfby_value in the schema. + /// There are no comments for Property spd_totalfine_base in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _createdonbehalfby_value + public virtual global::System.Nullable spd_totalfine_base { get { - return this.__createdonbehalfby_value; + return this._spd_totalfine_base; } set { - this.On_createdonbehalfby_valueChanging(value); - this.__createdonbehalfby_value = value; - this.On_createdonbehalfby_valueChanged(); - this.OnPropertyChanged("_createdonbehalfby_value"); + this.Onspd_totalfine_baseChanging(value); + this._spd_totalfine_base = value; + this.Onspd_totalfine_baseChanged(); + this.OnPropertyChanged("spd_totalfine_base"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __createdonbehalfby_value; - partial void On_createdonbehalfby_valueChanging(global::System.Nullable value); - partial void On_createdonbehalfby_valueChanged(); + private global::System.Nullable _spd_totalfine_base; + partial void Onspd_totalfine_baseChanging(global::System.Nullable value); + partial void Onspd_totalfine_baseChanged(); /// - /// There are no comments for Property _spd_actid_value in the schema. + /// There are no comments for Property createdon in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable _spd_actid_value + public virtual global::System.Nullable createdon { get { - return this.__spd_actid_value; + return this._createdon; } set { - this.On_spd_actid_valueChanging(value); - this.__spd_actid_value = value; - this.On_spd_actid_valueChanged(); - this.OnPropertyChanged("_spd_actid_value"); + this.OncreatedonChanging(value); + this._createdon = value; + this.OncreatedonChanged(); + this.OnPropertyChanged("createdon"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable __spd_actid_value; - partial void On_spd_actid_valueChanging(global::System.Nullable value); - partial void On_spd_actid_valueChanged(); + private global::System.Nullable _createdon; + partial void OncreatedonChanging(global::System.Nullable value); + partial void OncreatedonChanged(); /// - /// There are no comments for Property spd_victimsurcharge in the schema. + /// There are no comments for Property spd_violationdescription in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_victimsurcharge + public virtual string spd_violationdescription { get { - return this._spd_victimsurcharge; + return this._spd_violationdescription; } set { - this.Onspd_victimsurchargeChanging(value); - this._spd_victimsurcharge = value; - this.Onspd_victimsurchargeChanged(); - this.OnPropertyChanged("spd_victimsurcharge"); + this.Onspd_violationdescriptionChanging(value); + this._spd_violationdescription = value; + this.Onspd_violationdescriptionChanged(); + this.OnPropertyChanged("spd_violationdescription"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_victimsurcharge; - partial void Onspd_victimsurchargeChanging(global::System.Nullable value); - partial void Onspd_victimsurchargeChanged(); + private string _spd_violationdescription; + partial void Onspd_violationdescriptionChanging(string value); + partial void Onspd_violationdescriptionChanged(); /// /// There are no comments for Property utcconversiontimezonecode in the schema. /// @@ -730701,71 +738495,27 @@ public virtual string spd_name partial void OnutcconversiontimezonecodeChanging(global::System.Nullable value); partial void OnutcconversiontimezonecodeChanged(); /// - /// There are no comments for Property spd_totalfine_base in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_totalfine_base - { - get - { - return this._spd_totalfine_base; - } - set - { - this.Onspd_totalfine_baseChanging(value); - this._spd_totalfine_base = value; - this.Onspd_totalfine_baseChanged(); - this.OnPropertyChanged("spd_totalfine_base"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_totalfine_base; - partial void Onspd_totalfine_baseChanging(global::System.Nullable value); - partial void Onspd_totalfine_baseChanged(); - /// - /// There are no comments for Property spd_violationdescription in the schema. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_violationdescription - { - get - { - return this._spd_violationdescription; - } - set - { - this.Onspd_violationdescriptionChanging(value); - this._spd_violationdescription = value; - this.Onspd_violationdescriptionChanged(); - this.OnPropertyChanged("spd_violationdescription"); - } - } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_violationdescription; - partial void Onspd_violationdescriptionChanging(string value); - partial void Onspd_violationdescriptionChanged(); - /// - /// There are no comments for Property spd_totalfine in the schema. + /// There are no comments for Property _spd_actid_value in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual global::System.Nullable spd_totalfine + public virtual global::System.Nullable _spd_actid_value { get { - return this._spd_totalfine; + return this.__spd_actid_value; } set { - this.Onspd_totalfineChanging(value); - this._spd_totalfine = value; - this.Onspd_totalfineChanged(); - this.OnPropertyChanged("spd_totalfine"); + this.On_spd_actid_valueChanging(value); + this.__spd_actid_value = value; + this.On_spd_actid_valueChanged(); + this.OnPropertyChanged("_spd_actid_value"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private global::System.Nullable _spd_totalfine; - partial void Onspd_totalfineChanging(global::System.Nullable value); - partial void Onspd_totalfineChanged(); + private global::System.Nullable __spd_actid_value; + partial void On_spd_actid_valueChanging(global::System.Nullable value); + partial void On_spd_actid_valueChanged(); /// /// There are no comments for Property importsequencenumber in the schema. /// @@ -730877,27 +738627,27 @@ public virtual string spd_violationdescription partial void OnstatecodeChanging(global::System.Nullable value); partial void OnstatecodeChanged(); /// - /// There are no comments for Property spd_sectionofact in the schema. + /// There are no comments for Property spd_sectionid in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - public virtual string spd_sectionofact + public virtual global::System.Nullable spd_sectionid { get { - return this._spd_sectionofact; + return this._spd_sectionid; } set { - this.Onspd_sectionofactChanging(value); - this._spd_sectionofact = value; - this.Onspd_sectionofactChanged(); - this.OnPropertyChanged("spd_sectionofact"); + this.Onspd_sectionidChanging(value); + this._spd_sectionid = value; + this.Onspd_sectionidChanged(); + this.OnPropertyChanged("spd_sectionid"); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] - private string _spd_sectionofact; - partial void Onspd_sectionofactChanging(string value); - partial void Onspd_sectionofactChanged(); + private global::System.Nullable _spd_sectionid; + partial void Onspd_sectionidChanging(global::System.Nullable value); + partial void Onspd_sectionidChanged(); /// /// There are no comments for Property _createdby_value in the schema. /// @@ -730921,6 +738671,28 @@ public virtual string spd_sectionofact partial void On_createdby_valueChanging(global::System.Nullable value); partial void On_createdby_valueChanged(); /// + /// There are no comments for Property spd_victimsurcharge in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable spd_victimsurcharge + { + get + { + return this._spd_victimsurcharge; + } + set + { + this.Onspd_victimsurchargeChanging(value); + this._spd_victimsurcharge = value; + this.Onspd_victimsurchargeChanged(); + this.OnPropertyChanged("spd_victimsurcharge"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _spd_victimsurcharge; + partial void Onspd_victimsurchargeChanging(global::System.Nullable value); + partial void Onspd_victimsurchargeChanged(); + /// /// There are no comments for Property createdby in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -736933,6 +744705,27 @@ public spd_servicetypeSingle(global::Microsoft.OData.Client.DataServiceQuerySing } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _spd_spd_servicetype_spd_checklist_servicetypeid; + /// + /// There are no comments for spd_servicetype_spd_outcome_ServiceType in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_servicetype_spd_outcome_ServiceType + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_servicetype_spd_outcome_ServiceType == null)) + { + this._spd_servicetype_spd_outcome_ServiceType = Context.CreateQuery(GetPath("spd_servicetype_spd_outcome_ServiceType")); + } + return this._spd_servicetype_spd_outcome_ServiceType; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_servicetype_spd_outcome_ServiceType; } /// /// There are no comments for spd_servicetype in the schema. @@ -738100,6 +745893,28 @@ public virtual string spd_servicetypename private global::Microsoft.OData.Client.DataServiceCollection _spd_spd_servicetype_spd_checklist_servicetypeid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void Onspd_spd_servicetype_spd_checklist_servicetypeidChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onspd_spd_servicetype_spd_checklist_servicetypeidChanged(); + /// + /// There are no comments for Property spd_servicetype_spd_outcome_ServiceType in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_servicetype_spd_outcome_ServiceType + { + get + { + return this._spd_servicetype_spd_outcome_ServiceType; + } + set + { + this.Onspd_servicetype_spd_outcome_ServiceTypeChanging(value); + this._spd_servicetype_spd_outcome_ServiceType = value; + this.Onspd_servicetype_spd_outcome_ServiceTypeChanged(); + this.OnPropertyChanged("spd_servicetype_spd_outcome_ServiceType"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_servicetype_spd_outcome_ServiceType = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_servicetype_spd_outcome_ServiceTypeChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_servicetype_spd_outcome_ServiceTypeChanged(); } /// /// There are no comments for spd_spd_complaint_spd_actSingle in the schema. @@ -753625,6 +761440,27 @@ public syncerrorSingle(global::Microsoft.OData.Client.DataServiceQuerySingle + /// There are no comments for regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle regardingobjectid_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._regardingobjectid_spd_generaladministrativetask == null)) + { + this._regardingobjectid_spd_generaladministrativetask = new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(this.Context, GetPath("regardingobjectid_spd_generaladministrativetask")); + } + return this._regardingobjectid_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle _regardingobjectid_spd_generaladministrativetask; } /// /// There are no comments for syncerror in the schema. @@ -753945,6 +761781,7 @@ public partial class syncerror : crmbaseentity /// Initial value of regardingobjectid_spd_subject. /// Initial value of regardingobjectid_spd_investigation. /// Initial value of regardingobjectid_spd_licensingreconsiderationreactivation. + /// Initial value of regardingobjectid_spd_generaladministrativetask. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] public static syncerror Createsyncerror(global::Microsoft.Dynamics.CRM.expiredprocess regardingobjectid_ExpiredProcess_syncerror, global::Microsoft.Dynamics.CRM.email regardingobjectid_email_syncerror, @@ -754251,7 +762088,8 @@ public static syncerror Createsyncerror(global::Microsoft.Dynamics.CRM.expiredpr global::Microsoft.Dynamics.CRM.spd_complaintsubject regardingobjectid_spd_complaintsubject, global::Microsoft.Dynamics.CRM.spd_subject regardingobjectid_spd_subject, global::Microsoft.Dynamics.CRM.spd_investigation regardingobjectid_spd_investigation, - global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation) + global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation regardingobjectid_spd_licensingreconsiderationreactivation, + global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask) { syncerror syncerror = new syncerror(); if ((regardingobjectid_ExpiredProcess_syncerror == null)) @@ -755784,6 +763622,11 @@ public static syncerror Createsyncerror(global::Microsoft.Dynamics.CRM.expiredpr throw new global::System.ArgumentNullException("regardingobjectid_spd_licensingreconsiderationreactivation"); } syncerror.regardingobjectid_spd_licensingreconsiderationreactivation = regardingobjectid_spd_licensingreconsiderationreactivation; + if ((regardingobjectid_spd_generaladministrativetask == null)) + { + throw new global::System.ArgumentNullException("regardingobjectid_spd_generaladministrativetask"); + } + syncerror.regardingobjectid_spd_generaladministrativetask = regardingobjectid_spd_generaladministrativetask; return syncerror; } /// @@ -763396,6 +771239,29 @@ public virtual string name private global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation _regardingobjectid_spd_licensingreconsiderationreactivation; partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanging(global::Microsoft.Dynamics.CRM.spd_licensingreconsiderationreactivation value); partial void Onregardingobjectid_spd_licensingreconsiderationreactivationChanged(); + /// + /// There are no comments for Property regardingobjectid_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "regardingobjectid_spd_generaladministrativetask is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_generaladministrativetask regardingobjectid_spd_generaladministrativetask + { + get + { + return this._regardingobjectid_spd_generaladministrativetask; + } + set + { + this.Onregardingobjectid_spd_generaladministrativetaskChanging(value); + this._regardingobjectid_spd_generaladministrativetask = value; + this.Onregardingobjectid_spd_generaladministrativetaskChanged(); + this.OnPropertyChanged("regardingobjectid_spd_generaladministrativetask"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_generaladministrativetask _regardingobjectid_spd_generaladministrativetask; + partial void Onregardingobjectid_spd_generaladministrativetaskChanging(global::Microsoft.Dynamics.CRM.spd_generaladministrativetask value); + partial void Onregardingobjectid_spd_generaladministrativetaskChanged(); } /// /// There are no comments for systemformSingle in the schema. @@ -799519,6 +807385,111 @@ public systemuserSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _lk_spd_licensingreconsiderationreactivation_modifiedonbehalfby; /// + /// There are no comments for spd_generaladministrativetask_systemuser_createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_systemuser_createdby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_systemuser_createdby == null)) + { + this._spd_generaladministrativetask_systemuser_createdby = Context.CreateQuery(GetPath("spd_generaladministrativetask_systemuser_createdby")); + } + return this._spd_generaladministrativetask_systemuser_createdby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_systemuser_createdby; + /// + /// There are no comments for spd_generaladministrativetask_systemuser_owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_systemuser_owninguser + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_systemuser_owninguser == null)) + { + this._spd_generaladministrativetask_systemuser_owninguser = Context.CreateQuery(GetPath("spd_generaladministrativetask_systemuser_owninguser")); + } + return this._spd_generaladministrativetask_systemuser_owninguser; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_systemuser_owninguser; + /// + /// There are no comments for spd_generaladministrativetask_systemuser_modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_systemuser_modifiedonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_systemuser_modifiedonbehalfby == null)) + { + this._spd_generaladministrativetask_systemuser_modifiedonbehalfby = Context.CreateQuery(GetPath("spd_generaladministrativetask_systemuser_modifiedonbehalfby")); + } + return this._spd_generaladministrativetask_systemuser_modifiedonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_systemuser_modifiedonbehalfby; + /// + /// There are no comments for spd_generaladministrativetask_systemuser_createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_systemuser_createdonbehalfby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_systemuser_createdonbehalfby == null)) + { + this._spd_generaladministrativetask_systemuser_createdonbehalfby = Context.CreateQuery(GetPath("spd_generaladministrativetask_systemuser_createdonbehalfby")); + } + return this._spd_generaladministrativetask_systemuser_createdonbehalfby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_systemuser_createdonbehalfby; + /// + /// There are no comments for spd_generaladministrativetask_systemuser_modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_systemuser_modifiedby + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_systemuser_modifiedby == null)) + { + this._spd_generaladministrativetask_systemuser_modifiedby = Context.CreateQuery(GetPath("spd_generaladministrativetask_systemuser_modifiedby")); + } + return this._spd_generaladministrativetask_systemuser_modifiedby; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_systemuser_modifiedby; + /// /// There are no comments for owner_exchangesyncidmapping in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -803340,6 +811311,27 @@ public systemuserSingle(global::Microsoft.OData.Client.DataServiceQuerySingle _owner_spd_subject; + /// + /// There are no comments for spd_generaladministrativetask_owner_ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_owner_ownerid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_owner_ownerid == null)) + { + this._spd_generaladministrativetask_owner_ownerid = Context.CreateQuery(GetPath("spd_generaladministrativetask_owner_ownerid")); + } + return this._spd_generaladministrativetask_owner_ownerid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_owner_ownerid; } /// /// There are no comments for systemuser in the schema. @@ -842846,6 +850838,116 @@ public virtual string domainname partial void Onlk_spd_licensingreconsiderationreactivation_modifiedonbehalfbyChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onlk_spd_licensingreconsiderationreactivation_modifiedonbehalfbyChanged(); /// + /// There are no comments for Property spd_generaladministrativetask_systemuser_createdby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_systemuser_createdby + { + get + { + return this._spd_generaladministrativetask_systemuser_createdby; + } + set + { + this.Onspd_generaladministrativetask_systemuser_createdbyChanging(value); + this._spd_generaladministrativetask_systemuser_createdby = value; + this.Onspd_generaladministrativetask_systemuser_createdbyChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_systemuser_createdby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_systemuser_createdby = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_systemuser_createdbyChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_systemuser_createdbyChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_systemuser_owninguser in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_systemuser_owninguser + { + get + { + return this._spd_generaladministrativetask_systemuser_owninguser; + } + set + { + this.Onspd_generaladministrativetask_systemuser_owninguserChanging(value); + this._spd_generaladministrativetask_systemuser_owninguser = value; + this.Onspd_generaladministrativetask_systemuser_owninguserChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_systemuser_owninguser"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_systemuser_owninguser = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_systemuser_owninguserChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_systemuser_owninguserChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_systemuser_modifiedonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_systemuser_modifiedonbehalfby + { + get + { + return this._spd_generaladministrativetask_systemuser_modifiedonbehalfby; + } + set + { + this.Onspd_generaladministrativetask_systemuser_modifiedonbehalfbyChanging(value); + this._spd_generaladministrativetask_systemuser_modifiedonbehalfby = value; + this.Onspd_generaladministrativetask_systemuser_modifiedonbehalfbyChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_systemuser_modifiedonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_systemuser_modifiedonbehalfby = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_systemuser_modifiedonbehalfbyChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_systemuser_modifiedonbehalfbyChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_systemuser_createdonbehalfby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_systemuser_createdonbehalfby + { + get + { + return this._spd_generaladministrativetask_systemuser_createdonbehalfby; + } + set + { + this.Onspd_generaladministrativetask_systemuser_createdonbehalfbyChanging(value); + this._spd_generaladministrativetask_systemuser_createdonbehalfby = value; + this.Onspd_generaladministrativetask_systemuser_createdonbehalfbyChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_systemuser_createdonbehalfby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_systemuser_createdonbehalfby = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_systemuser_createdonbehalfbyChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_systemuser_createdonbehalfbyChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_systemuser_modifiedby in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_systemuser_modifiedby + { + get + { + return this._spd_generaladministrativetask_systemuser_modifiedby; + } + set + { + this.Onspd_generaladministrativetask_systemuser_modifiedbyChanging(value); + this._spd_generaladministrativetask_systemuser_modifiedby = value; + this.Onspd_generaladministrativetask_systemuser_modifiedbyChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_systemuser_modifiedby"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_systemuser_modifiedby = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_systemuser_modifiedbyChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_systemuser_modifiedbyChanged(); + /// /// There are no comments for RetrieveAllChildUsersSystemUser in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuery RetrieveAllChildUsersSystemUser() @@ -845939,6 +854041,27 @@ public taskSingle(global::Microsoft.OData.Client.DataServiceQuerySingle qu } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.Dynamics.CRM.spd_fineSingle _regardingobjectid_spd_fine; + /// + /// There are no comments for activity_pointer_spd_generaladministrativetask in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery activity_pointer_spd_generaladministrativetask + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._activity_pointer_spd_generaladministrativetask == null)) + { + this._activity_pointer_spd_generaladministrativetask = Context.CreateQuery(GetPath("activity_pointer_spd_generaladministrativetask")); + } + return this._activity_pointer_spd_generaladministrativetask; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _activity_pointer_spd_generaladministrativetask; } /// /// There are no comments for task in the schema. @@ -852911,6 +861034,27 @@ public teamSingle(global::Microsoft.OData.Client.DataServiceQuerySingle qu [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _team_spd_subject; /// + /// There are no comments for spd_generaladministrativetask_team_owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_team_owningteam + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_team_owningteam == null)) + { + this._spd_generaladministrativetask_team_owningteam = Context.CreateQuery(GetPath("spd_generaladministrativetask_team_owningteam")); + } + return this._spd_generaladministrativetask_team_owningteam; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_team_owningteam; + /// /// There are no comments for owner_exchangesyncidmapping in the schema. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] @@ -856732,6 +864876,27 @@ public teamSingle(global::Microsoft.OData.Client.DataServiceQuerySingle qu } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _owner_spd_subject; + /// + /// There are no comments for spd_generaladministrativetask_owner_ownerid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_owner_ownerid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_owner_ownerid == null)) + { + this._spd_generaladministrativetask_owner_ownerid = Context.CreateQuery(GetPath("spd_generaladministrativetask_owner_ownerid")); + } + return this._spd_generaladministrativetask_owner_ownerid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_owner_ownerid; } /// /// There are no comments for team in the schema. @@ -862092,6 +870257,28 @@ public virtual string emailaddress partial void Onteam_spd_subjectChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void Onteam_spd_subjectChanged(); /// + /// There are no comments for Property spd_generaladministrativetask_team_owningteam in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_team_owningteam + { + get + { + return this._spd_generaladministrativetask_team_owningteam; + } + set + { + this.Onspd_generaladministrativetask_team_owningteamChanging(value); + this._spd_generaladministrativetask_team_owningteam = value; + this.Onspd_generaladministrativetask_team_owningteamChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_team_owningteam"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_team_owningteam = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_team_owningteamChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_team_owningteamChanged(); + /// /// There are no comments for RetrievePrincipalAccess in the schema. /// public virtual global::Microsoft.OData.Client.DataServiceQuerySingle RetrievePrincipalAccess(global::Microsoft.Dynamics.CRM.crmbaseentity Target, bool useEntityReference = false) @@ -873566,6 +881753,27 @@ public transactioncurrencySingle(global::Microsoft.OData.Client.DataServiceQuery } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] private global::Microsoft.OData.Client.DataServiceQuery _TransactionCurrency_spd_section; + /// + /// There are no comments for spd_generaladministrativetask_transactioncurrency_transactioncurrencyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceQuery spd_generaladministrativetask_transactioncurrency_transactioncurrencyid + { + get + { + if (!this.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + if ((this._spd_generaladministrativetask_transactioncurrency_transactioncurrencyid == null)) + { + this._spd_generaladministrativetask_transactioncurrency_transactioncurrencyid = Context.CreateQuery(GetPath("spd_generaladministrativetask_transactioncurrency_transactioncurrencyid")); + } + return this._spd_generaladministrativetask_transactioncurrency_transactioncurrencyid; + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceQuery _spd_generaladministrativetask_transactioncurrency_transactioncurrencyid; } /// /// There are no comments for transactioncurrency in the schema. @@ -876855,6 +885063,28 @@ public virtual string entityimage_url private global::Microsoft.OData.Client.DataServiceCollection _TransactionCurrency_spd_section = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); partial void OnTransactionCurrency_spd_sectionChanging(global::Microsoft.OData.Client.DataServiceCollection value); partial void OnTransactionCurrency_spd_sectionChanged(); + /// + /// There are no comments for Property spd_generaladministrativetask_transactioncurrency_transactioncurrencyid in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::Microsoft.OData.Client.DataServiceCollection spd_generaladministrativetask_transactioncurrency_transactioncurrencyid + { + get + { + return this._spd_generaladministrativetask_transactioncurrency_transactioncurrencyid; + } + set + { + this.Onspd_generaladministrativetask_transactioncurrency_transactioncurrencyidChanging(value); + this._spd_generaladministrativetask_transactioncurrency_transactioncurrencyid = value; + this.Onspd_generaladministrativetask_transactioncurrency_transactioncurrencyidChanged(); + this.OnPropertyChanged("spd_generaladministrativetask_transactioncurrency_transactioncurrencyid"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.OData.Client.DataServiceCollection _spd_generaladministrativetask_transactioncurrency_transactioncurrencyid = new global::Microsoft.OData.Client.DataServiceCollection(null, global::Microsoft.OData.Client.TrackingMode.None); + partial void Onspd_generaladministrativetask_transactioncurrency_transactioncurrencyidChanging(global::Microsoft.OData.Client.DataServiceCollection value); + partial void Onspd_generaladministrativetask_transactioncurrency_transactioncurrencyidChanged(); } /// /// There are no comments for transformationmappingSingle in the schema. @@ -910286,6 +918516,172 @@ protected virtual void OnPropertyChanged(string property) } } /// + /// There are no comments for spd_GetInspectionCaseBPFResponse in the schema. + /// + public partial class spd_GetInspectionCaseBPFResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// Create a new spd_GetInspectionCaseBPFResponse object. + /// + /// Initial value of BPF. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public static spd_GetInspectionCaseBPFResponse Createspd_GetInspectionCaseBPFResponse(global::Microsoft.Dynamics.CRM.spd_inspection bPF) + { + spd_GetInspectionCaseBPFResponse spd_GetInspectionCaseBPFResponse = new spd_GetInspectionCaseBPFResponse(); + if ((bPF == null)) + { + throw new global::System.ArgumentNullException("bPF"); + } + spd_GetInspectionCaseBPFResponse.BPF = bPF; + return spd_GetInspectionCaseBPFResponse; + } + /// + /// There are no comments for Property IsSuccess in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable IsSuccess + { + get + { + return this._IsSuccess; + } + set + { + this.OnIsSuccessChanging(value); + this._IsSuccess = value; + this.OnIsSuccessChanged(); + this.OnPropertyChanged("IsSuccess"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _IsSuccess; + partial void OnIsSuccessChanging(global::System.Nullable value); + partial void OnIsSuccessChanged(); + /// + /// There are no comments for Property BPF in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "BPF is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_inspection BPF + { + get + { + return this._BPF; + } + set + { + this.OnBPFChanging(value); + this._BPF = value; + this.OnBPFChanged(); + this.OnPropertyChanged("BPF"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_inspection _BPF; + partial void OnBPFChanging(global::Microsoft.Dynamics.CRM.spd_inspection value); + partial void OnBPFChanged(); + /// + /// This event is raised when the value of the property is changed + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + /// + /// The value of the property is changed + /// + /// property name + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + protected virtual void OnPropertyChanged(string property) + { + if ((this.PropertyChanged != null)) + { + this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); + } + } + } + /// + /// There are no comments for spd_GetInvestigationCaseBPFResponse in the schema. + /// + public partial class spd_GetInvestigationCaseBPFResponse : global::System.ComponentModel.INotifyPropertyChanged + { + /// + /// Create a new spd_GetInvestigationCaseBPFResponse object. + /// + /// Initial value of BPF. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public static spd_GetInvestigationCaseBPFResponse Createspd_GetInvestigationCaseBPFResponse(global::Microsoft.Dynamics.CRM.spd_investigation bPF) + { + spd_GetInvestigationCaseBPFResponse spd_GetInvestigationCaseBPFResponse = new spd_GetInvestigationCaseBPFResponse(); + if ((bPF == null)) + { + throw new global::System.ArgumentNullException("bPF"); + } + spd_GetInvestigationCaseBPFResponse.BPF = bPF; + return spd_GetInvestigationCaseBPFResponse; + } + /// + /// There are no comments for Property IsSuccess in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public virtual global::System.Nullable IsSuccess + { + get + { + return this._IsSuccess; + } + set + { + this.OnIsSuccessChanging(value); + this._IsSuccess = value; + this.OnIsSuccessChanged(); + this.OnPropertyChanged("IsSuccess"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::System.Nullable _IsSuccess; + partial void OnIsSuccessChanging(global::System.Nullable value); + partial void OnIsSuccessChanged(); + /// + /// There are no comments for Property BPF in the schema. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + [global::System.ComponentModel.DataAnnotations.RequiredAttribute(ErrorMessage = "BPF is required.")] + public virtual global::Microsoft.Dynamics.CRM.spd_investigation BPF + { + get + { + return this._BPF; + } + set + { + this.OnBPFChanging(value); + this._BPF = value; + this.OnBPFChanged(); + this.OnPropertyChanged("BPF"); + } + } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + private global::Microsoft.Dynamics.CRM.spd_investigation _BPF; + partial void OnBPFChanging(global::Microsoft.Dynamics.CRM.spd_investigation value); + partial void OnBPFChanged(); + /// + /// This event is raised when the value of the property is changed + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + /// + /// The value of the property is changed + /// + /// property name + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] + protected virtual void OnPropertyChanged(string property) + { + if ((this.PropertyChanged != null)) + { + this.PropertyChanged(this, new global::System.ComponentModel.PropertyChangedEventArgs(property)); + } + } + } + /// /// There are no comments for spd_GetJUSTINOffencesResponse in the schema. /// public partial class spd_GetJUSTINOffencesResponse : global::System.ComponentModel.INotifyPropertyChanged @@ -968105,6 +976501,47 @@ public static class ExtensionMethods return new global::Microsoft.Dynamics.CRM.spd_fineSingle(_source.Context, query.GetPath(null)); } /// + /// Get an entity of type global::Microsoft.Dynamics.CRM.spd_generaladministrativetask as global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle specified by key from an entity set + /// + /// source entity set + /// dictionary with the names and values of keys + public static global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle ByKey(this global::Microsoft.OData.Client.DataServiceQuery _source, global::System.Collections.Generic.IDictionary _keys) + { + return new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(_source.Context, _source.GetKeyPath(global::Microsoft.OData.Client.Serializer.GetKeyString(_source.Context, _keys))); + } + /// + /// Get an entity of type global::Microsoft.Dynamics.CRM.spd_generaladministrativetask as global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle specified by key from an entity set + /// + /// source entity set + /// The value of activityid + public static global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle ByKey(this global::Microsoft.OData.Client.DataServiceQuery _source, + global::System.Nullable activityid) + { + global::System.Collections.Generic.IDictionary _keys = new global::System.Collections.Generic.Dictionary + { + { "activityid", activityid } + }; + return new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(_source.Context, _source.GetKeyPath(global::Microsoft.OData.Client.Serializer.GetKeyString(_source.Context, _keys))); + } + /// + /// Cast an entity of type global::Microsoft.Dynamics.CRM.activitypointer to its derived type global::Microsoft.Dynamics.CRM.spd_generaladministrativetask + /// + /// source entity + public static global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle CastTospd_generaladministrativetask(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) + { + global::Microsoft.OData.Client.DataServiceQuerySingle query = _source.CastTo(); + return new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(_source.Context, query.GetPath(null)); + } + /// + /// Cast an entity of type global::Microsoft.Dynamics.CRM.crmbaseentity to its derived type global::Microsoft.Dynamics.CRM.spd_generaladministrativetask + /// + /// source entity + public static global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle CastTospd_generaladministrativetask(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) + { + global::Microsoft.OData.Client.DataServiceQuerySingle query = _source.CastTo(); + return new global::Microsoft.Dynamics.CRM.spd_generaladministrativetaskSingle(_source.Context, query.GetPath(null)); + } + /// /// Get an entity of type global::Microsoft.Dynamics.CRM.spd_genericupload as global::Microsoft.Dynamics.CRM.spd_genericuploadSingle specified by key from an entity set /// /// source entity set @@ -973166,6 +981603,20 @@ public static class ExtensionMethods /// /// There are no comments for RetrieveTimelineWallRecords in the schema. /// + public static global::Microsoft.OData.Client.DataServiceQuerySingle RetrieveTimelineWallRecords(this global::Microsoft.OData.Client.DataServiceQuery _source, string FetchXml, global::Microsoft.Dynamics.CRM.crmbaseentity Target, global::System.Nullable RollupType, bool useEntityReference = false) + { + if (!_source.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + + return _source.CreateFunctionQuerySingle("Microsoft.Dynamics.CRM.RetrieveTimelineWallRecords", false, new global::Microsoft.OData.Client.UriOperationParameter("FetchXml", FetchXml), + new global::Microsoft.OData.Client.UriEntityOperationParameter("Target", Target, useEntityReference), + new global::Microsoft.OData.Client.UriOperationParameter("RollupType", RollupType)); + } + /// + /// There are no comments for RetrieveTimelineWallRecords in the schema. + /// public static global::Microsoft.OData.Client.DataServiceQuerySingle RetrieveTimelineWallRecords(this global::Microsoft.OData.Client.DataServiceQuery _source, string FetchXml, global::Microsoft.Dynamics.CRM.crmbaseentity Target, global::System.Nullable RollupType, bool useEntityReference = false) { if (!_source.IsComposable) @@ -975261,6 +983712,30 @@ public static class ExtensionMethods return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(_source.Context, _source.AppendRequestUri("Microsoft.Dynamics.CRM.spd_GetInitiatorEmailFromApplication")); } /// + /// There are no comments for spd_GetInspectionCaseBPF in the schema. + /// + public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetInspectionCaseBPF(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) + { + if (!_source.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + + return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(_source.Context, _source.AppendRequestUri("Microsoft.Dynamics.CRM.spd_GetInspectionCaseBPF")); + } + /// + /// There are no comments for spd_GetInvestigationCaseBPF in the schema. + /// + public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetInvestigationCaseBPF(this global::Microsoft.OData.Client.DataServiceQuerySingle _source) + { + if (!_source.IsComposable) + { + throw new global::System.NotSupportedException("The previous function is not composable."); + } + + return new global::Microsoft.OData.Client.DataServiceActionQuerySingle(_source.Context, _source.AppendRequestUri("Microsoft.Dynamics.CRM.spd_GetInvestigationCaseBPF")); + } + /// /// There are no comments for spd_GetOrganizationStatistics in the schema. /// public static global::Microsoft.OData.Client.DataServiceActionQuerySingle spd_GetOrganizationStatistics(this global::Microsoft.OData.Client.DataServiceQuerySingle _source)